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-03-09
stm32/modmachine: Support basic H7 MCU features.
iabdalkader
2018-03-09
stm32/timer: Add Timer support for H7 MCUs.
iabdalkader
2018-03-09
stm32/uart: Add UART support for H7 MCUs.
iabdalkader
2018-03-09
stm32/wdt: Add WDT support for H7 MCUs.
iabdalkader
2018-03-09
stm32/mphalport: Use GPIO BSRRL/BSRRH registers for H7 MCUs.
iabdalkader
2018-03-09
stm32/system_stm32: Add H7 MCU system initialisation.
iabdalkader
2018-03-09
stm32/flash: Add flash support for H7 MCUs.
iabdalkader
2018-03-09
stm32/Makefile: Add settings to support H7 MCUs.
iabdalkader
2018-03-09
stm32/boards: Add new NUCLEO_H743ZI board configuration files.
iabdalkader
2018-03-09
stm32/boards: Add stm32h743.ld linker script.
Damien George
2018-03-09
stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs.
Damien George
2018-03-08
unix/coverage: Allow coverage tests to pass with debugging disabled.
Damien George
2018-03-07
stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins.
sec2
2018-03-07
stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list.
sec2
2018-03-07
stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.
Damien George
2018-03-05
esp32/modnetwork: Implement status('stations') to list STAs in AP mode.
Lee Seong Per
2018-03-05
esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33."
Damien George
2018-03-05
esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.
Olivier Ortigues
2018-03-03
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Damien George
2018-03-03
stm32/spibdev: Convert to use multiple block read/write interface.
Damien George
2018-03-02
stm32/storage: Add option for bdev to supply readblock/writeblocks.
Damien George
2018-03-02
stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.
Damien George
2018-03-02
stm32/spibdev: Update to work with new spiflash driver.
Damien George
2018-03-02
tests: Move heap-realloc-while-locked test from C to Python.
Damien George
2018-03-01
tests/unix: Add coverage tests for various GC calls.
Damien George
2018-02-27
tests/unix: Add coverage test for VM executing invalid bytecode.
Damien George
2018-02-26
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
Damien George
2018-02-26
esp8266/uart: Allow to compile with event-driven REPL.
Damien George
2018-02-25
tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
Damien George
2018-02-23
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
Damien George
2018-02-23
stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.
Damien George
2018-02-23
stm32: Use "GEN" for describing files generated in the build.
Damien George
2018-02-22
stm32: Add board config option to enable/disable the ADC.
Damien George
2018-02-22
minimal/Makefile: Explicitly include lib/utils/printf.c in build.
Damien George
2018-02-22
ports/{bare-arm,minimal}/Makefile: Only build with core source files.
Damien George
2018-02-21
ports: Enable ucollections.deque on relevant ports.
Damien George
2018-02-21
esp32/modsocket: Allow getaddrinfo() to take up to 6 args.
Damien George
2018-02-21
esp32/main: Allocate the uPy heap via malloc instead of on the bss.
Damien George
2018-02-21
esp32: Update to the latest ESP IDF.
Damien George
2018-02-19
esp32/modnetwork: Implement dhcp_hostname for WLAN.config().
Damien George
2018-02-19
esp32/machine_touchpad: Swap pins 32 and 33.
Damien George
2018-02-17
esp32/machine_rtc: Move export declaration from .c to common .h file.
Damien George
2018-02-17
esp32/modesp32: Add new module "esp32" to support extra wake features.
Eric Poulsen
2018-02-17
esp32/machine_rtc: Add RTC class to machine module with sleep impl.
Eric Poulsen
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-15
esp8266/README.md: Update build instruction to reflect new ports dir.
Olivier Ortigues
2018-02-15
esp8266/esppwm: Clip negative duty numbers to 0.
Olivier Ortigues
2018-02-14
unix/mpconfigport_coverage: Enable range (in)equality comparison.
Damien George
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2018-02-14
teensy: Update GPIO speed consts to align with changes in stm32 port.
Damien George
[prev]
[next]