14823 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)
 

Author SHA1 Message Date
robert-hh 73cc6b750e ports: Enable os.sync() for esp32, esp8266, rp2, mimxrt, samd51. 1 year ago
robert-hh 1c53bda27f ports: Remove os.sync() implementation from stm32 and renesas-ra. 1 year ago
robert-hh 5a991b4290 extmod/moduos: Move os.sync() into extmod/moduos.c. 1 year ago
Damien George b85611dae8 shared/libc/printf: Fix stdout destination for putchar and puts. 1 year ago
Damien George ed7a3b11d9 tools/pydfu.py: Use getattr to retrieve getargspec function. 1 year ago
Damien George 324d01eb52 renesas-ra: Consolidate hal_entry.c code and remove hal_entry() func. 1 year ago
Damien George b57b079bbe stm32/boards/NUCLEO_L4A6ZG: Add new board definition. 2 years ago
Damien George 87cf439e0d stm32/adc: Add support for STM32L4A6 MCUs. 2 years ago
Jim Mussared 0ba08e6299 stm32/boards/NUCLEO_G474RE: Make it easier to enable USB. 1 year ago
Jim Mussared f4b4d05e49 stm32/usb: Fix USB support on STM32G4. 1 year ago
Jim Mussared 0000eb2724 docs/reference/speed_python: Remove 4-arg limit for viper. 1 year ago
robert-hh 5707fd74e5 mimxrt/boards/ADAFRUIT_METRO_M7: Add Adafruit Metro M7 board definition. 2 years ago
iabdalkader 8d446b2ad5 mimxrt/led: Add support for up to four LEDs. 1 year ago
Yilin Sun 0f0dcec984 mimxrt/sdcard: Fix GCC 13 build error with sdcard_cmd_set_bus_width. 2 years ago
robert-hh c3f031afac samd/boards/ADAFRUIT_METRO_M4_EXPRESS: Add Metro M4 Express Airlift. 2 years ago
robert-hh 20fd22edad samd/machine_uart: Add support for UART hardware flow control. 2 years ago
robert-hh 2a38531d73 samd/mcu: Reduce the startup time after hard reset. 2 years ago
robert-hh 984456731b samd/boards/SEEED_WIO_TERMINAL: Rename two pins starting with a digit. 2 years ago
robert-hh 47fa723586 samd/modmachine: Make some machine classes configurable by #defines. 2 years ago
robert-hh b2df094bf8 samd/modmachine: Add machine.deepsleep as alias of machine.lightsleep. 2 years ago
robert-hh 7a847bab1e samd/main: Fix sercom deinit ordering in soft-reset. 2 years ago
robert-hh b7180d53f0 samd/boards: Add default deploy instructions. 2 years ago
robert-hh 05e684dc07 samd/mcu/samd51: Enable MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF. 2 years ago
robert-hh 315eb949da samd: Rearrange the MCU-specific loader files. 2 years ago
robert-hh 457d9ee68a samd/boards/MINISAM_M4: Update pins.csv for the Mini SAM M4 board. 2 years ago
robert-hh 267d1ab2ba samd/mpconfigport: Drop support for SoftSPI max speed. 2 years ago
Damien George 2771b20d29 tools/mpremote: Add repl option to escape non-printable characters. 2 years ago
patrick a802f71908 esp32/uart: Use xtal as UART clock source on S3 and C3. 2 years ago
patrick 05e143dbdd esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips. 2 years ago
UnexpectedMaker 3a7ad64267 esp32/boards: Add some missing board configs for two UM boards. 2 years ago
iabdalkader bfcaf39197 stm32/irq: Fix typo in comment about priorities. 2 years ago
iabdalkader 70b60fe24e renesas-ra/irq: Fix typo in comment about IRQ priorities. 2 years ago
Andrew Leech f03ac04321 stm32/mboot: Fix alignment of packed final buffer. 2 years ago
brave ulysses ad216be5f1 stm32/boards/stm32h723_af.csv: Fix ADC AF definitions. 2 years ago
Chris Wilson 1ecc54888f extmod/extmod.mk: Suppress deprecated-non-prototype warning. 2 years ago
Mingjie Shen a9fc0343f0 extmod/vfs_lfsx: Fix offset used before range check. 2 years ago
David Lechner 978829fcd6 shared/upytesthelper: Fix spelling of "default". 2 years ago
Jim Mussared 46d070bfee tools/manifestfile.py: Fix license capturing. 2 years ago
marble b5c81f6bfb docs/develop/porting: Add missing code to example main.c and Makefile. 2 years ago
glenn20 12dbbc8065 docs/library/espnow: Update espnow docs for WLAN.config(pm=x) options. 2 years ago
Damien George ea7031faff py/runtime: If inplace binop fails then try corresponding normal binop. 2 years ago
Damien George 4b57330465 py/objstr: Return unsupported binop instead of raising TypeError. 2 years ago
Damien George ca9068e0ef py/objarray: Disallow memoryview addition. 2 years ago
Damien George 9accb7dd44 tests/basics: Add more tests for hashing of various types. 1 year ago
David Lechner 2fe6d4eb86 py/objdict: Fix __hash__ for dict_view types. 2 years ago
David Lechner 8491eb190f py/objslice: Ensure slice is not hashable. 2 years ago
David Lechner eaccaa3677 py/obj: Remove mp_generic_unary_op(). 2 years ago
Damien George 53cb073571 esp32,esp8266: Change network.WLAN from a function to a type. 2 years ago
Jim Mussared 17127bbee5 tests/run-tests.py: Ensure correct cwd for mpy tests. 2 years ago
Damien George ab3f9ecb59 github/workflows: Force use of Ubuntu-20.04 for unix 32-bit builds. 1 year ago