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-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
2018-08-14
stm32/sdram: Allow additional config by a board, and tune MPU settings.
forester3
2018-08-14
unix/Makefile: coverage: Explicitly build "axtls" too.
Paul Sokolovsky
2018-08-14
windows/msvc: Support custom compiler for header generation.
stijn
2018-08-10
stm32/spi: Round up prescaler calc to never exceed requested baudrate.
Damien George
2018-08-10
stm32/dma: Fix spelling of "corresponding" in two locations.
David Lechner
2018-08-04
stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel.
Damien George
2018-08-04
stm32/adc: Disable VBAT in read channel helper function.
Damien George
2018-08-02
nrf/uart: Fix UART.writechar() to write just 1 byte.
Ayke van Laethem
2018-08-02
nrf/uart: Remove unused UART.char_width field.
Ayke van Laethem
2018-08-02
nrf: Use separate config for each PWM instance.
Stig Bjørlykke
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-08-01
nrf: Correct index checking of ADC/PWM/RTCounter instances.
Stig Bjørlykke
2018-08-01
nrf: Enable all PWM, RTC and Timer instances for nrf52840.
Stig Bjørlykke
2018-08-01
nrf/uos: Add mbfs __enter__ and __exit__ handlers.
Stig Bjørlykke
[next]