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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2018-09-26
stm32/usbd_conf: Allocate enough space in USB HS TX FIFO for CDC packet.
Damien George
2018-09-24
stm32/powerctrl: Don't configure clocks if already at desired frequency.
Damien George
2018-09-24
stm32/powerctrl: Optimise passing of default values to set_sysclk.
Damien George
2018-09-24
stm32/powerctrl: Factor code that configures PLLSAI on F7 MCUs.
Damien George
2018-09-24
stm32/powerctrl: Factor code to set RCC PLL and use it in startup.
Damien George
2018-09-24
stm32/powerctrl: Fix configuring APB1/APB2 frequency when AHB also set.
Damien George
2018-09-24
stm32/powerctrl: Move function to set SYSCLK into new powerctrl file.
Damien George
2018-09-24
stm32/modmachine: Re-enable PLLSAI[1] after waking from stop mode.
Damien George
2018-09-21
stm32/boards/NUCLEO_F091RC: Enable USART3-8 with default pins.
Damien George
2018-09-21
stm32/uart: Add support for USART3-8 on F0 MCUs.
Damien George
2018-09-21
stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.
Andrew Leech
2018-09-20
stm32/adc: Increase sample time for internal sensors on L4 MCUs.
Damien George
2018-09-20
stm32/adc: Fix ADC calibration scale for L4 MCUs, they use 3.0V.
Damien George
2018-09-20
esp32/machine_rtc: Fix locals dict entry, init qstr points to init meth.
Damien George
2018-09-20
stm32/Makefile: Include copysign.c in double precision float builds.
Damien George
2018-09-20
unix/modjni: Get building under coverage and nanbox builds.
Damien George
2018-09-20
unix/modjni: Update .getiter signature to include mp_obj_iter_buf_t* .
Paul Sokolovsky
2018-09-20
stm32: Add support for STM32F765xx MCUs.
Andrew Leech
2018-09-20
py/objstr: Make % (__mod__) formatting operator configurable.
Paul Sokolovsky
2018-09-20
stm32/boards/STM32F769DISC: Add optional support for external SDRAM.
Damien George
2018-09-20
stm32/sdram: Add support for 32-bit wide data bus and 256MB in MPU cfg.
Damien George
2018-09-16
stm32/dma: Get DMA working on F0 MCUs.
Damien George
2018-09-14
esp32: Fix int overflow in machine.sleep/deepsleep functions.
Siarhei Farbotka
2018-09-14
unix/modos: Include extmod/vfs.h for MP_S_IFDIR, etc.
Paul Sokolovsky
2018-09-14
zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings.
Paul Sokolovsky
2018-09-14
zephyr/prj_base.conf: Update for net_config subsys refactor.
Paul Sokolovsky
2018-09-12
stm32/sdcard: Fully reset SDMMC periph before calling HAL DMA functions.
Damien George
2018-09-12
unix/mpconfigport_coverage.h: Enable uhashlib.md5.
Damien George
2018-09-12
stm32/flashbdev: Protect flash writes from cache flushing and USB MSC.
Damien George
2018-09-12
stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.
Damien George
2018-09-11
stm32/spi: Be sure to set all SPI config values in SPI proto init.
Damien George
2018-09-11
stm32/sdcard: Move temporary DMA state from BSS to stack.
Damien George
2018-09-11
stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.
Damien George
2018-09-11
stm32/dma: Reinitialise the DMA if the direction changed on the channel.
Damien George
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-09-11
stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.
Damien George
2018-09-11
stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.
roland
2018-09-11
stm32/Makefile: Allow external BOARD_DIR directory to be specified.
Andrew Leech
2018-09-10
unix/Makefile: Build libffi inside $BUILD.
Paul Sokolovsky
2018-09-08
esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.
Damien George
2018-09-08
esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.
Damien George
2018-09-08
unix/Makefile: Remove building of libaxtls.a which is no longer needed.
Damien George
2018-09-05
stm32/mboot/main: Use correct formula for DFU download address.
Damien George
2018-09-05
stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.
Damien George
2018-08-14
stm32/spi: Add implementation of low-level SPI protocol.
Damien George
2018-08-14
unix/Makefile: Enable ussl module with nanbox build.
Damien George
2018-08-14
stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own files
Damien George
2018-08-14
esp32: Update to latest ESP IDF.
Damien George
2018-08-14
stm32/boards/STM32F7DISC: Enable onboard SDRAM.
forester3
2018-08-14
stm32/boards/STM32F429DISC: Add burst len and autorefresh to SDRAM cfg.
forester3
[prev]
[next]