10383 Commits (7c2e83324b1abfbec2bfaee2c60b50ceb3f9185a)
 

Author SHA1 Message Date
Damien George 7c2e83324b stm32/boards/NUCLEO_L073RZ: Add definition files for new board. 5 years ago
Damien George 6053e450b8 stm32/mpconfigport.h: Make "framebuf" module configurable by a board. 5 years ago
Damien George 9c096c190c stm32/boards: Add MCU support files for STM32L072. 5 years ago
Damien George 23d9c6a0fd stm32: Add initial support for STM32L0xx MCUs. 5 years ago
Eric Poulsen fa5c0b819c esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface. 5 years ago
Damien George c1a8c7fc09 stm32/boards/PYBD_SFx: Automatically turn on EN_3V3 when powering SD/MMC 5 years ago
Damien George 7f33f158b9 stm32/sdcard: Add hook for a board to power on SD/MMC. 5 years ago
Damien George 1cd2bc066d stm32/boards/PYBD_SFx: Configure EN_3V3 pin as output on boot. 5 years ago
Damien George afb2e9dd94 stm32/modmachine: Disable IRQs before entering bootloader. 5 years ago
Damien George 04da8864e5 stm32/lwip_inc: Define LWIP_NO_CTYPE_H=1 to use lwIP ctype funcs. 5 years ago
Damien George 1b79484ee3 lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE. 5 years ago
Damien George 592f68449d stm32/mpu: Include MPU functions when ETH is enabled. 5 years ago
Damien George 7cf8285ac8 stm32/boards: Remove startup_stm32*.s files now they are in stm32lib. 5 years ago
Damien George 6b6403ce76 stm32/Makefile: Use startup_stm32*.s file from stm32lib. 5 years ago
Damien George 241e577753 stm32/Makefile: Remove Wno-attributes for ll_usb HAL file. 5 years ago
Damien George 73e8b7e0e4 stm32: Update components to work with new H7xx HAL. 5 years ago
Damien George 9083166c4f lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx. 5 years ago
Damien George 3581deec81 stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash. 5 years ago
Damien George f88cb8a514 stm32/modmachine: Make RTC class available in machine module. 5 years ago
Damien George c60caf1995 extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks. 5 years ago
Damien George 1d6cb6357a extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEM 5 years ago
Damien George ef00048fed extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss. 5 years ago
Damien George fa2c7ece8f extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM. 5 years ago
Damien George fad3d08d2d extmod/moduwebsocket: Make close_resp static array const to not use RAM. 5 years ago
Damien George 79b6688558 stm32/extint: Simplify bitband support config for different MCUs. 5 years ago
Damien George 14bec7964f stm32/spi: Factor out code to calculate SPI source frequency. 5 years ago
Damien George f114ce0a4b stm32/usb: Add "port" keyword argument to pyb.usb_mode, to select FS/HS. 5 years ago
Damien George 46b3cc4572 stm32/usb: Add support to auto-detect USB interface, either FS or HS. 5 years ago
Damien George 6d2e654b14 stm32/mpconfigport.h: Enable useful networking modules if lwIP enabled. 5 years ago
Damien George d821a27b58 stm32/boards/PYBD_SFx: Put SPI flash to sleep during sleep modes. 5 years ago
Damien George ea033bf25a stm32/powerctrl: Add hooks for a board to perform actions on sleep/wake. 5 years ago
Damien George 8cde5faedd drivers/memory/spiflash: Add support to put SPI flash in sleep mode. 5 years ago
Damien George caabdd99c0 stm32/qspi: Handle bus acquisition. 5 years ago
Damien George 2034c0a2e3 stm32/qspi: Force a reset of the QSPI peripheral when initialising it. 5 years ago
Damien George 8da39fd182 stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region. 5 years ago
Damien George eca4115f66 stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use. 5 years ago
Damien George f7eb2c72f7 stm32/eth: Use MPU helper functions to configure MPU for ETH use. 5 years ago
Damien George 8dcf25e1bd stm32/mpu: Add helper functions for configuring MPU. 5 years ago
David Lechner f3a5b313e5 py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__. 5 years ago
David Lechner 62b00dd5d8 py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code. 5 years ago
Damien George 08075beeb9 samd: Remove "makefile" file. 5 years ago
Paul m. p. P 2920d26af5 py/persistentcode: Ensure prelude_offset is always initialised. 5 years ago
Damien George 097b0f9397 windows/mpconfigport.h: Define empty MP_WEAK symbol. 5 years ago
Damien George 89a23a05b3 esp8266: Provide custom machine_time_pulse_us that feeds soft WDT. 5 years ago
Damien George 999733b1fb minimal: Use soft float for CROSS=1 Cortex-M4 target. 5 years ago
Damien George 9ca4789130 travis: Add samd port to Travis build. 5 years ago
Damien George 5f9bd11527 samd: Add new port to Microchip SAMDxx microcontrollers. 5 years ago
Damien George f073f2b543 tools: Add uf2conv.py from Microsoft/uf2 repository. 5 years ago
Damien George 258d10862d lib: Add tinyusb as a submodule. 5 years ago
Damien George 875af757bd lib: Add asf4 as a submodule. 5 years ago