aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-07-03stm32/spi: Factor out code to calculate SPI source frequency.Damien George
2019-07-03stm32/usb: Add "port" keyword argument to pyb.usb_mode, to select FS/HS.Damien George
2019-07-03stm32/usb: Add support to auto-detect USB interface, either FS or HS.Damien George
2019-07-03stm32/mpconfigport.h: Enable useful networking modules if lwIP enabled.Damien George
2019-07-03stm32/boards/PYBD_SFx: Put SPI flash to sleep during sleep modes.Damien George
2019-07-03stm32/powerctrl: Add hooks for a board to perform actions on sleep/wake.Damien George
2019-07-03stm32/qspi: Handle bus acquisition.Damien George
2019-07-03stm32/qspi: Force a reset of the QSPI peripheral when initialising it.Damien George
2019-07-03stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.Damien George
2019-07-03stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use.Damien George
2019-07-03stm32/eth: Use MPU helper functions to configure MPU for ETH use.Damien George
2019-07-03stm32/mpu: Add helper functions for configuring MPU.Damien George
2019-07-02samd: Remove "makefile" file.Damien George
2019-07-01windows/mpconfigport.h: Define empty MP_WEAK symbol.Damien George
2019-07-01esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.Damien George
2019-07-01minimal: Use soft float for CROSS=1 Cortex-M4 target.Damien George
2019-07-01samd: Add new port to Microchip SAMDxx microcontrollers.Damien George
2019-07-01ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.Damien George
2019-07-01stm32/boards: Optimise flash and RAM allocation for L4 boards.Chris Mason
2019-06-26unix/unix_mphal: Use CLOCK_MONOTONIC for ticks_ms/us when available.Mikhail Zakharov
2019-06-25nrf/led: Adjust how board LEDs are defined.Glenn Ruben Bakke
2019-06-25stm32/usb: Fix regression with auto USB PID value giving PID=0xffff.Damien George
2019-06-25esp32/Makefile: Include all driver/*.c source files in the build.Josh Lloyd
2019-06-25stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code.Damien George
2019-06-25stm32/boards: Add stm32??xx_hal_conf_base.h files with common settings.Damien George
2019-06-25stm32/boards/pllvalues.py: Support HSx_VALUE defined without uint32_t.Damien George
2019-06-25stm32: Enter bootloader via a system reset.Damien George
2019-06-24stm32/Makefile: Print info messages about use of mboot/QSPI flash.Damien George
2019-06-24stm32/boards: Enable ussl module via mbedtls for boards with network.Damien George
2019-06-22esp32/modnetwork: Still try to reconnect to WLAN even with AUTH_FAIL.Damien George
2019-06-19esp32: Update to use ESP IDF v3.3-beta3.Damien George
2019-06-17esp32/machine_sdcard: Fix bug in SPI slot number selection.Nicko van Someren
2019-06-17esp8266/uart: Fix invalid ringbuf name when event driven REPL enabled.Paul m. p. P
2019-06-14stm32: In link script, define start of stack separately from heap end.Chris Mason
2019-06-11stm32/usbd_msc: Allow to compile when USB enabled and SD card disabled.Damien George
2019-06-11stm32/usb: Add "msc" kw-arg to pyb.usb_mode to select MSC logical units.Damien George
2019-06-11stm32/usb: Use ARG_xxx enums to access kw args in pyb_usb_mode.Damien George
2019-06-11stm32/usbd_msc: Provide Mode Sense response data in MSC interface.Damien George
2019-06-11stm32/usbd_msc: Provide custom irquiry processing by MSC interface.Damien George
2019-06-11stm32/usbd_msc: Rework USBD MSC code to support multiple logical units.Damien George
2019-06-05stm32/lwip_inc: Update to enable mDNS, TCP listen backlog, faster DHCP.Damien George
2019-06-05stm32: Support optional lwIP mDNS responder.Damien George
2019-06-05stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS.Damien George
2019-06-05stm32: Integrate optional mbedTLS component for ussl module.Damien George
2019-06-05unix/mpconfigport.mk: Update comment about TLS implementations.Damien George
2019-06-03stm32/modnetwork: Replace generic netif NIC polling with specific code.Damien George
2019-06-03stm32/boards/PYBD_SFx: Enable CYW43 WLAN driver.Damien George
2019-06-03stm32: Integrate in the cyw43 driver and network.WLAN class.Damien George
2019-06-03stm32: Add low-level SDIO interface for cyw43 driver.Damien George
2019-06-03stm32/mphalport: Add support for having MAC in OTP region.Damien George