index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-05
stm32/mpconfigport.h: Make "framebuf" module configurable by a board.
Damien George
2019-07-05
stm32/boards: Add MCU support files for STM32L072.
Damien George
2019-07-05
stm32: Add initial support for STM32L0xx MCUs.
Damien George
2019-07-04
esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface.
Eric Poulsen
2019-07-04
stm32/boards/PYBD_SFx: Automatically turn on EN_3V3 when powering SD/MMC
Damien George
2019-07-04
stm32/sdcard: Add hook for a board to power on SD/MMC.
Damien George
2019-07-04
stm32/boards/PYBD_SFx: Configure EN_3V3 pin as output on boot.
Damien George
2019-07-04
stm32/modmachine: Disable IRQs before entering bootloader.
Damien George
2019-07-04
stm32/lwip_inc: Define LWIP_NO_CTYPE_H=1 to use lwIP ctype funcs.
Damien George
2019-07-04
lib/lwip: Update lwIP to v2.1.2, tag STABLE-2_1_2_RELEASE.
Damien George
2019-07-03
stm32/mpu: Include MPU functions when ETH is enabled.
Damien George
2019-07-03
stm32/boards: Remove startup_stm32*.s files now they are in stm32lib.
Damien George
2019-07-03
stm32/Makefile: Use startup_stm32*.s file from stm32lib.
Damien George
2019-07-03
stm32/Makefile: Remove Wno-attributes for ll_usb HAL file.
Damien George
2019-07-03
stm32: Update components to work with new H7xx HAL.
Damien George
2019-07-03
lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.
Damien George
2019-07-03
stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash.
Damien George
2019-07-03
stm32/modmachine: Make RTC class available in machine module.
Damien George
2019-07-03
extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks.
Damien George
2019-07-03
extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEM
Damien George
2019-07-03
extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.
Damien George
2019-07-03
extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM.
Damien George
2019-07-03
extmod/moduwebsocket: Make close_resp static array const to not use RAM.
Damien George
2019-07-03
stm32/extint: Simplify bitband support config for different MCUs.
Damien George
2019-07-03
stm32/spi: Factor out code to calculate SPI source frequency.
Damien George
2019-07-03
stm32/usb: Add "port" keyword argument to pyb.usb_mode, to select FS/HS.
Damien George
2019-07-03
stm32/usb: Add support to auto-detect USB interface, either FS or HS.
Damien George
2019-07-03
stm32/mpconfigport.h: Enable useful networking modules if lwIP enabled.
Damien George
2019-07-03
stm32/boards/PYBD_SFx: Put SPI flash to sleep during sleep modes.
Damien George
2019-07-03
stm32/powerctrl: Add hooks for a board to perform actions on sleep/wake.
Damien George
2019-07-03
drivers/memory/spiflash: Add support to put SPI flash in sleep mode.
Damien George
2019-07-03
stm32/qspi: Handle bus acquisition.
Damien George
2019-07-03
stm32/qspi: Force a reset of the QSPI peripheral when initialising it.
Damien George
2019-07-03
stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region.
Damien George
2019-07-03
stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use.
Damien George
2019-07-03
stm32/eth: Use MPU helper functions to configure MPU for ETH use.
Damien George
2019-07-03
stm32/mpu: Add helper functions for configuring MPU.
Damien George
2019-07-03
py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__.
David Lechner
2019-07-03
py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code.
David Lechner
2019-07-02
samd: Remove "makefile" file.
Damien George
2019-07-01
py/persistentcode: Ensure prelude_offset is always initialised.
Paul m. p. P
2019-07-01
windows/mpconfigport.h: Define empty MP_WEAK symbol.
Damien George
2019-07-01
esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.
Damien George
2019-07-01
minimal: Use soft float for CROSS=1 Cortex-M4 target.
Damien George
2019-07-01
travis: Add samd port to Travis build.
Damien George
2019-07-01
samd: Add new port to Microchip SAMDxx microcontrollers.
Damien George
2019-07-01
tools: Add uf2conv.py from Microsoft/uf2 repository.
Damien George
2019-07-01
lib: Add tinyusb as a submodule.
Damien George
2019-07-01
lib: Add asf4 as a submodule.
Damien George
2019-07-01
ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.
Damien George
[prev]
[next]