12473 Commits (240888a0d2caa2e8ac8518c7ce0743ddec7e2a84)
 

Author SHA1 Message Date
iabdalkader 66115a3744 stm32/eth: Fix eth_link_status function to use correct BSR bit. 3 years ago
iabdalkader 51614ce365 stm32/eth: Add low-power mode configuration option. 3 years ago
Zoltán Vörös c4ed17ff34 tests/cpydiff: Add test for array constructor with overflowing value. 3 years ago
robert-hh 3ab8806c0d mimxrt/machine_rtc: Maintain microsecond offset. 3 years ago
robert-hh fd4eec5555 mimxrt/machine_rtc: Change RTC.datetime() tuple to match other ports. 3 years ago
Krzysztof Adamski 37d01d4be3 rp2/machine_rtc: Add initial support for RTC. 4 years ago
Peter Hinch c0499bc2b9 docs/library/machine.RTC.rst: Document datetime method and fix ex code. 5 years ago
IhorNehrutsa da8aad18a4 esp32/README: Describe how to select compatible version of existing IDF. 3 years ago
noslaver f314cac604 esp32/partitions-2MiB.csv: Update table so firmware fits. 4 years ago
Damien George 865abba197 esp32/makeimg.py: Load sizes from partition table and verify data fits. 3 years ago
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