11526 Commits (c5af3217d985f517287c6b85bda16c5b7f9fa677)
 

Author SHA1 Message Date
Damien George c5af3217d9 stm32/timer: Support TIM1 on WB MCUs. 4 years ago
Damien George eb9850ef6c stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled. 4 years ago
Damien George 0c77668d11 extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode. 4 years ago
Damien George 76faeed098 tools/makemanifest.py: Support freezing a subdirectory recursively. 4 years ago
Damien George 457fdf61c3 py/objtype: Support passing in an OrderedDict to type() as the locals. 4 years ago
Damien George 7dd480ad55 extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code. 4 years ago
Damien George 456a3abe8d py/obj.h: Add public mp_obj_is_dict_or_ordereddict() helper macro. 4 years ago
Damien George b4dc4c5b9a stm32/mboot: Use additional CFLAGS to compile string0.c. 4 years ago
Damien George 81a7293ed6 stm32/mboot: Set VTOR on start up to ensure it has the correct value. 4 years ago
Damien George 13ad1a4f06 travis: In stm32 job, build mboot for NUCLEO_WB55. 4 years ago
Damien George 6f40e6e131 stm32/boards: Add build-time option for NUCLEO_WB55 to use mboot. 4 years ago
Damien George 705728369d stm32/mboot: Add support for using mboot with WB MCUs. 4 years ago
Damien George 8675858465 stm32/mboot: Use CMSIS system source code for SystemInit function. 4 years ago
Damien George a8778c8dc8 stm32/mboot: Use flash routines from main stm32 code rather than custom. 4 years ago
Damien George 736daebfc8 stm32/flash: Add flash_is_valid_addr, and extend sectors for 2MB F7. 4 years ago
Damien George 4c8a68df6f stm32/i2cslave: Add support for WB MCUs. 4 years ago
Damien George afd47d58ac stm32/flash: Make flash C-API reusable, and funcs return an error code. 4 years ago
Damien George ce326699d7 stm32/powerctrlboot: Include irq.h to get definitions of IRQ priorities. 4 years ago
Damien George 5f3c2f1fa8 stm32/irq: Clean up irq.h so it does not depend on core uPy defines. 4 years ago
Damien George ac15be9365 travis: Build qemu-arm with MP_ENDIANNESS_BIG=1 to test bigendian build. 4 years ago
Damien George f1ba2c9d88 qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS. 4 years ago
Damien George 6164c7e666 py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian. 4 years ago
Jonathan Hogg 3a9d948032 esp32/esp32_rmt: Call rmt_driver_install before rmt_config. 4 years ago
David Lechner 77ed6f69ac tools/uncrustify: Enable more opts to remove space between func and '('. 4 years ago
Damien George 026fda605e tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting. 4 years ago
Damien George ce02d5e348 stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3. 4 years ago
Damien George c521c178e9 github: Add FUNDING.yml file pointing to micropython GitHub sponsorship. 4 years ago
Damien George cba3e25cb3 travis: Change nrf pca10056 board to build with soft-device enabled. 4 years ago
Glenn Ruben Bakke 8d71cc2e7d nrf/bluetooth: Use MP_ERROR_TEXT for all error messages. 4 years ago
Damien George 4b5dd012e0 stm32/rfcore: Leave txpower level as default when initialising rfcore. 4 years ago
Damien George 289be6b352 stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs. 4 years ago
Damien George da99e0f979 stm32/factoryreset: Provide empty create-FS function when FAT disabled. 4 years ago
Jon Rob 1678f41744 esp32/esp32_rmt: Extend RMT to support carrier feature. 4 years ago
Damien George a51eef4471 tests/basics: Add tests for variable annotations. 4 years ago
Damien George f2e267da68 py/compile: Implement PEP 526, syntax for variable annotations. 4 years ago
Damien George 131b0de70a py/grammar.h: Consolidate duplicate sub-rules for :test and =test. 4 years ago
Damien George a3c89cf907 tests/cpydiff: Add CPy diff test for assignment expression behaviour. 4 years ago
Damien George e0fe8ea644 tests/basics: Add tests for assignment operator :=. 4 years ago
Damien George 2c5993c59e ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports. 4 years ago
Damien George 1783950311 py/compile: Implement PEP 572, assignment expressions with := operator. 4 years ago
Damien George 0fd91e39b1 py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro. 4 years ago
David Lechner b4d0d7bf03 tools/uncrustify: Update config for v0.71.0. 4 years ago
David Lechner ecd7826316 tools/codeformat.py: Remove sizeof fixup. 4 years ago
David Lechner bd7c92e17d tools/uncrustify.cfg: Remove deprecated sp_word_brace option. 4 years ago
Damien George 5093597542 top: Update contribution and commit guide to include optional sign-off. 4 years ago
Damien George 2b9900380a stm32/boards/STM32F769DISC: Use macro instead of const for flash size. 4 years ago
Maureen Helm 1ae861819d zephyr: Use cmake find_package to locate zephyr. 4 years ago
Maureen Helm b1651ff092 zephyr: Increase minimum required cmake version to 3.13.1. 4 years ago
Maureen Helm 4837b1caa2 zephyr: Convert DT_FLASH_AREA usages to new dts macros. 4 years ago
Maureen Helm 6aff27ac3c zephyr: Update to new zephyr timeout API. 5 years ago