12111 Commits (8e5756e2b6d03805bf9f40cd1128c0cd6214e07c)
 

Author SHA1 Message Date
Phil Howard 8e5756e2b6 docs/develop/cmodules.rst: Document C-modules and micropython.cmake. 4 years ago
Phil Howard cc497d4c6a examples/usercmodule: Add micropython.cmake to the C and CPP examples. 4 years ago
Phil Howard 0cf12dd59c rp2: Add support for USER_C_MODULES to CMake build system. 4 years ago
Phil Howard ccc388f157 rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t. 4 years ago
Damien George 9fef1c0bde py: Rename remaining object types to be of the form mp_type_xxx. 4 years ago
Damien George 4fc2866f45 bare-arm: Clean up the code, make it run on an F405, and add a README. 4 years ago
Damien George 42cf77f48b py/vm: For tracing use mp_printf, and print state when thread enabled. 4 years ago
Damien George 6e5aea08a9 stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended. 4 years ago
Damien George cb68a5741a tests/run-tests.py: Provide more info if script run via pyboard crashes. 4 years ago
Damien George a79d97cb76 tests/extmod/vfs_fat_fileio2.py: Close test file at end of test. 4 years ago
Damien George 2b888aa2f3 extmod/modbluetooth: Free temp arrays in gatts register services. 4 years ago
stijn d53a6d58b0 stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path. 4 years ago
stijn 914380cb89 all: Add .git-blame-ignore-revs for fixing up git blame output. 4 years ago
Damien George a9140ab09b rp2: Use core-provided cmake fragments instead of custom ones. 4 years ago
Damien George eccd73a403 extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list. 4 years ago
Damien George dcaf702578 rp2/modmachine: Enable machine.Signal class. 4 years ago
Damien George 8010b15968 rp2: Enabled more core Python features. 4 years ago
Kevin Köck af45d511f1 rp2: Enable uerrno module. 4 years ago
Damien George e98ff3f08e tests/multi_bluetooth: Skip tests when BLE features are unsupported. 4 years ago
Damien George 2a38d71036 tests/run-tests.py: Reformat with Black. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
Damien George b24fcd7aec esp32/machine_hw_spi: Use default pins when making SPI if none given. 4 years ago
Damien George a62e791978 lib/pico-sdk: Update to latest version 1.1.0. 4 years ago
Andrew Scheller b6489425c6 rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative. 4 years ago
robert-hh c675452566 rp2/modmachine: Re-init UART for REPL on frequency change. 4 years ago
robert-hh 11cf742524 rp2/modmachine: Allow changing CPU clock frequency. 4 years ago
robert-hh 0461640983 rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item. 4 years ago
robert-hh a075e0b7d8 rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset. 4 years ago
robert-hh da85cb014a rp2/machine_uart: Add support for inverted TX and RX lines. 4 years ago
robert-hh 8ade163fff rp2/machine_uart: Add timeout/timeout_char to read and write. 4 years ago
StereoRocker 8610bababe rp2: Enable VfsFat class for FAT filesystem support. 4 years ago
svetelna 23ce25a7c3 mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK. 4 years ago
Mike Causer 8785acac22 esp32/Makefile: Specify port and baud on erase_flash command. 4 years ago
Yonatan Goldschmidt 098ac11bb0 lib/utils/gchelper_generic: Implement AArch64 support. 4 years ago
Yonatan Goldschmidt e196cb762e py/nlrx64: Fix typo in comment. 4 years ago
Yonatan Goldschmidt 2d5cece5ac py/nlr: Implement NLR for AArch64. 4 years ago
Mirko Vogt 7d73b9ff99 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 4 years ago
Damien George c33c749f64 stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook. 4 years ago
Reinhard Feger 79c186f5c9 stm32/spi: Fix baudrate calculation for H7 series. 4 years ago
Peter Hinch 0facd891e7 stm32/powerctrl: Save and restore EWUP state when configuring standby. 4 years ago
Braiden Kindt 85ea4ac0e5 stm32/main: Fix passing state.reset_mode to init_flash_fs. 4 years ago
Herwin Grobben 35c602d3b8 stm32/make-stmconst.py: Allow "[]" chars when parsing source comments. 4 years ago
Andrew Leech 59a129f22f stm32/storage: Prevent attempts to read/write invalid block addresses. 4 years ago
Damien George 680ce45323 stm32/rfcore: Allow BLE settings to be changed by a board. 4 years ago
Damien George cdaec0dcaf tools/pydfu.py: Support DFU files with elements of zero size. 4 years ago
Damien George 53f5bb05a9 rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32(). 4 years ago
Damien George 75db0b9079 esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs. 4 years ago
Damien George 2adf20c5f2 py/mkrules.cmake: Add MICROPY_QSTRDEFS_PORT to qstr build process. 4 years ago
Damien George d867d20d9a py/mkrules.cmake: Rename QSTR_DEFS variables to QSTRDEFS. 4 years ago
iTitou d334d781e1 tools/verifygitlog.py: Show required format regexp in error message. 4 years ago