12363 Commits (61f91de361c2c44e43fe326ea961b3cf68fcc310)
 

Author SHA1 Message Date
Damien George 61f91de361 stm32/sdram: Prevent array-bounds warnings with GCC 11. 3 years ago
Damien George cf849d84b9 stm32/boards: Enable MICROPY_HW_SPIFLASH_ENABLE_CACHE on VCC_GND boards. 3 years ago
Damien George 71e3538a32 stm32/usb: Add USB_VCP.irq method, to set a callback on USB data RX. 4 years ago
Zoltán Vörös 8c02b94946 nrf: Add more math sources to Makefile, and enable log2 implementation. 3 years ago
Miguel Grinberg de2e081260 extmod/uasyncio: Fix start_server and wait_closed race condition. 3 years ago
Abilio Marques 525a920ca5 unix/modffi: Fix conversion between Python integers and ffi types. 4 years ago
Damien George 20a8f4f7ec tests/unix: Add ffi test for integer types. 3 years ago
Damien George 7842085434 tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set. 4 years ago
Damien George da8e47da21 tests/run-multitests.py: Allow to work without sys.stdout on target. 4 years ago
Damien George d00523ba0c zephyr/boards: Enable ubluetooth on nucleo_wb55rg board. 4 years ago
Damien George 80e79a777d zephyr: Add initial ubluetooth module integration. 4 years ago
Maureen Helm 5cb2ade65b zephyr: Update to Zephyr v2.6.0. 4 years ago
Maureen Helm 3331b1811d zephyr: Disable CONFIG_NET_SOCKETS_POSIX_NAMES. 4 years ago
Maureen Helm f17c0db5f7 zephyr: Update disk access configuration for Zephyr v2.6.0. 4 years ago
Damien George b15e1ef5a6 github/workflows: Add workflow to build and run unix port on ARM. 3 years ago
Damien George 36cb365cad unix/main: Increase stack limit on ARM architectures. 3 years ago
Damien George 5e1d3c8b5d py/stackctrl: Prevent unused-var warning when stack checking disabled. 3 years ago
Damien George a70a4e6688 py/emitglue: Always flush caches when assigning native ARM code. 3 years ago
leo chung fad0efdcf2 esp32/Makefile: Fix wrong target for partition-table.bin. 3 years ago
robert-hh 53fea8598e mimxrt/boards: Add board configuration files for Teensy 4.1. 3 years ago
Philipp Ebensberger b8c65b174f mimxrt/machine_adc: Add the ADC class to the machine module. 4 years ago
robert-hh bbdc98f72e mimxrt: Enable many Python and some extmod features. 4 years ago
robert-hh a40e1473dc mimxrt: Add floating point support. 4 years ago
robert-hh 2f365d234e mimxrt/machine_rtc: Add the RTC class to the machine module. 4 years ago
robert-hh d79105d7c0 mimxrt/machine_timer: Leave the Timer clock source at IPG clock. 3 years ago
robert-hh cdd95ce737 mimxrt/machine_timer: Reuse any existing timer objects. 3 years ago
robert-hh 5226d6e1ee mimxrt: Remove __WFE() from MICROPY_EVENT_POLL_HOOK. 3 years ago
robert-hh 4c407c790f mimxrt: Add the Timer class to the machine module. 4 years ago
Damien George 934505ac33 tools/ci.sh: Build mpy-cross as part of ci_mimxrt_build. 3 years ago
robert-hh 745b4319a2 mimxrt/boards/TEENSY40: Re-create the flash FS after deploy. 4 years ago
robert-hh dfd4324eb1 mimxrt: Add flash storage support with VFS and littlefs filesystem. 4 years ago
robert-hh c303b15f10 mimxrt: Enable frozen modules. 4 years ago
robert-hh fdaf2b80d9 mimxrt: Add custom help text and enable help("modules"). 4 years ago
Joseph Chiu c5d2095e59 esp32/espneopixel: Add support for GPIO32 and GPIO33. 4 years ago
IAMLIUBO a18f695e29 esp32/boards: Add M5STACK_ATOM board definition. 4 years ago
Matt Trentini a6a8941d84 docs/rp2: Add skeleton docs for the rp2 port. 4 years ago
Damien George 53519e322a py/builtinimport: Change relative import's ValueError to ImportError. 3 years ago
Damien George c3199f5649 extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
Macarthur Inbody 34d4dab683 extmod/modurandom: Add error message when getrandbits has bad value. 4 years ago
Damien George 025e4b6fbc tests/basics: Split out literal tests that raise SyntaxWarning on CPy. 3 years ago
Jeff Epler 486fe71c6e tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 4 years ago
Jeff Epler d67f4115b4 py/repl: Don't read past the end of import_str. 4 years ago
Jeff Epler 9a74546f8d py/gc: Access the list of root pointers in an asan-compatible way. 4 years ago
Jeff Epler f2dbc91022 py/compile: Raise an error on async with/for outside an async function. 5 years ago
Damien George a60ad33641 tools/mpremote: Add new CLI utility to interact with remote device. 3 years ago
Damien George e4ba57c5cd tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl(). 3 years ago
Damien George 4982d0920e tools/pyboard.py: Track raw REPL state via in_raw_repl variable. 3 years ago
Damien George db8704ecbd esp8266,esp32: Update manifest to point to new dirs in micropython-lib. 3 years ago
Damien George 211c3e41f1 stm32/boards/PYBD_SF2: Disable GCC 11 warnings for array bounds. 3 years ago
Damien George 62f75376dd stm32/boards/NUCLEO_L432KC: Fix FS size and enable LFS1 filesystem. 4 years ago