487 Commits (aa735dc6a478f1f99f6e433b89ca047cbf536f33)

Author SHA1 Message Date
Damien George 3503f9626a stm32: Access dict map directly instead of using helper function. 6 years ago
Damien George fb8fc597cf cc3200/mods: Access dict map directly instead of using helper func. 6 years ago
stijn 106e594580 windows: Make printing of debugging info work out of the box. 6 years ago
Nicko van Someren 14ab81e87a esp32: Reduce latency for handling of scheduled Python callbacks. 6 years ago
Damien George bccf9d3dcf esp8266: Let machine.WDT trigger the software WDT if obj is not fed. 6 years ago
Damien George b6e5f82ba5 esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write. 6 years ago
Damien George 349d8e1324 esp32: Allow to build with uPy floats disabled. 6 years ago
Damien George 8f86fbfd6c ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. 6 years ago
Damien George 79d5e3abb3 unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub. 7 years ago
Damien George d800ed1877 esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. 6 years ago
Damien George bc6c56d75d esp8266/mpconfigport.h: Enable ucryptolib module for standard build. 6 years ago
Damien George 82bc4838d2 esp32/mpconfigport.h: Enable ucryptolib module. 6 years ago
Damien George 05e0103e9e zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS. 6 years ago
Paul Sokolovsky 735358bcf4 zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE. 6 years ago
Paul Sokolovsky 543352ac21 zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option. 6 years ago
Paul Sokolovsky 771911028c unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB. 7 years ago
Paul Sokolovsky 567bc2d6ce extmod/moducryptolib: Add ucryptolib module with crypto functions. 7 years ago
Damien George 9b158d60e1 stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK. 6 years ago
Damien George 967123d42e stm32/mboot: Only compile in code for the USB periph that is being used. 6 years ago
Damien George 37c4fd3b50 stm32/mboot: Fix bug with invalid memory access of USB state. 6 years ago
Damien George 6fc84a7454 stm32/modnetwork: Fix query of DNS IP address in ifconfig(). 6 years ago
Damien George a2ac7e4fc9 stm32/boards: Add .ld and af.csv files for STM32F722. 6 years ago
Damien George ec7982ec6d stm32/mboot: Add support for erase/read/write of external SPI flash. 6 years ago
Damien George 7f41f73f0f stm32/qspi: Don't require data reads and writes to be a multiple of 4. 6 years ago
Damien George 561ae9a91b stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio. 6 years ago
Damien George 5962c210c5 stm32/mboot: Define constants for reset mode cycling and timeout. 6 years ago
Damien George e49cd106b4 stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes. 6 years ago
Damien George 338af99a7f stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate. 6 years ago
rolandvs ca2b1d6b36 stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins. 6 years ago
rolandvs 0d3de68669 stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs. 6 years ago
Damien George a5f5552a0a tests/unix/extra_coverage: Don't test stream objs with NULL write fun. 7 years ago
Damien George ceff433fcc stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1. 6 years ago
Damien George 34b2f6b6fc esp32/modules: Include umqtt library in frozen modules. 6 years ago
Damien George d61d119c94 esp32: Update to latest ESP IDF. 6 years ago
Damien George 7be4a23c0c stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler. 6 years ago
Damien George bc5e8a2cb6 stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's. 6 years ago
Damien George 37a7257aff stm32/timer: Support TIM1 on F0 MCUs. 6 years ago
Damien George cc5a94044a drivers/memory/spiflash: Rename functions to indicate they use cache. 7 years ago
Damien George 335d26b27d stm32/boards/STM32L476DISC: Update SPI flash config for cache change. 7 years ago
Damien George cf1509c911 esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp. 7 years ago
Damien George 5042d98514 stm32/Makefile: Rebuild all qstrs when any board configuration changes. 7 years ago
Damien George 0501427907 esp32: Remove port-specific uhashlib implementation and use common one. 7 years ago
Damien George 565f590586 ports: Enable IOBase on unix, stm32, esp8266 and esp32. 7 years ago
Damien George b2fa1b50ed ports: Call gc_sweep_all() when doing a soft reset. 7 years ago
Damien George 24c416cc66 stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes. 7 years ago
Glenn Moloney 039f196c56 esp32/modnetwork: Fix isconnected() when using static IP config. 7 years ago
Damien George 190c7dba89 stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTED 7 years ago
Damien George 93150a0d40 ports: Enable descriptors on stm32, esp8266, esp32 ports. 7 years ago
Damien George fadd6bbe43 unix/moduos_vfs: Add missing uos functions from traditional uos module. 7 years ago
Damien George 1d40f12e44 unix: Support MICROPY_VFS_POSIX and enable it in coverage build. 7 years ago