1369 Commits (ed2be79b4930f620083256fcb5b4faf9091c9ffc)

Author SHA1 Message Date
Damien George b1e04848ef stm32/mphalport: Put PYBD specific MAC code in board specific file. 5 years ago
Damien George 96ace8082e esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13. 5 years ago
roland van straten fe3c064d42 samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board. 5 years ago
Damien George 05eb897d06 esp32: Add esp32.Partition class to expose partition and OTA funcs. 5 years ago
Jim Mussared 0bd1eb80ff qemu-arm: Add testing of frozen native modules. 5 years ago
Damien George 7d851a27f1 extmod/modure: Make regex dump-code debugging feature optional. 5 years ago
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers. 5 years ago
Damien George 3eff81288c stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7. 5 years ago
Jim Mussared eb7eed5d92 samd/boards: Add Mini SAM M4 board configuration. 5 years ago
Jim Mussared 90188cc92b samd/boards: Add Adafruit Feather M0 Express board configuration. 5 years ago
Jim Mussared a5d85d306c samd: Make common linker scripts, rename board.mk to mpconfigboard.mk. 5 years ago
Jim Mussared 8db517f26d esp32: Add per-board configs, following other ports. 5 years ago
Damien George 497683b315 gitignore: Put build-*/ pattern in top-level gitignore file. 5 years ago
Damien George baeebc557c esp32/modules: On initial setup mount internal flash at root. 5 years ago
Milan Rossa 6f0c6bd774 unix: Enable sys.atexit, triggered after the main script ends. 5 years ago
Damien George 2ccf030fd1 esp32: Add support for mDNS queries and responder. 5 years ago
Damien George 25d3509986 stm32/usbd: Make USB device FIFO sizes dynamically configurable. 5 years ago
Damien George 8485b72d0d stm32/boards/NUCLEO_L432KC: Add config for USB VCP support. 5 years ago
Damien George 97e8e036c5 stm32/usbd: Support USB device mode on STM32L432 MCUs. 5 years ago
Damien George bf733c27bb stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config 5 years ago
Damien George ba607809f2 stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off. 5 years ago
Kenta IDA b6906fa573 esp32/network_ppp: Add authentication support to the PPP interface. 5 years ago
Chris Wilson 3d02ebb4e8 stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits. 5 years ago
Damien George 2d3d4f7483 esp8266/mpconfigport.h: Enable lwIP raw sockets. 5 years ago
Damien George 102815f700 stm32/mpconfigport.h: Enable lwIP raw sockets. 5 years ago
Damien George 0e2b224b07 stm32/lwip_inc: Enable raw socket type. 5 years ago
Damien George 7c15e50eb8 esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition. 5 years ago
Damien George 473157eeb9 stm32/usbd_hid_interface: Include extra header to build with threading. 5 years ago
Damien George ad0b7cb017 stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs. 5 years ago
Damien George fa07deda9f stm32/usbd_hid_interface: Rewrite USB HID interface code. 5 years ago
Damien George b1129df478 stm32/dma: Fix re-start of DMA stream by clearing all event flags. 5 years ago
badlyby 3b258ef213 stm32/boards/NUCLEO_F722ZE: Add definition files for new board. 5 years ago
badlyby 09267bb147 stm32/boards/stm32f722.ld: Provide memory regions for internal FS. 5 years ago
badlyby 0da2f6f23a stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33. 5 years ago
Amir Gonnen 995f9cfdfc esp32: Pin MicroPython tasks to a specific core. 5 years ago
Damien George e3e7e3a781 esp32/Makefile: Simplify include of IDF source by using wildcards. 5 years ago
Damien George b88e51d718 esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule. 5 years ago
Jim Mussared 331c224e07 esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O. 5 years ago
stijn 9da46a98cb windows/mpconfigport.h: Don't define restrict/inline/alignof for C++. 5 years ago
Damien George a29334761d esp32: Add support for hardware I2C. 5 years ago
Damien George 0c12adca46 stm32/boards/USBDONGLE_WB55: Add definition files for new board. 5 years ago
Damien George d2a8fb747f stm32/boards/NUCLEO_WB55: Add definition files for new board. 5 years ago
Damien George 9849567a06 stm32/boards: Add MCU support files for STM32WB55. 5 years ago
Damien George 59b7166d87 stm32: Add initial support for STM32WBxx MCUs. 5 years ago
Damien George d42392b9a7 stm32/make-stmconst.py: Allow more variation in parens and int-suffix L. 5 years ago
Damien George 02b2ad4fbd stm32/boards/STM32F769DISC: Fix length of FLASH_APP section. 5 years ago
Damien George baea43bba7 stm32/boards/B_L072Z_LRWAN1: Enable USB VCP support. 5 years ago
Damien George 64aebca155 stm32/Makefile: Allow a board to disable float support. 5 years ago
Damien George 102d9911e9 stm32/mphalport: Fix GPIO clock enable for L0 MCUs. 5 years ago
Damien George 4096fa397b stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs. 5 years ago