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-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
2018-08-01
stm32/modmachine: Get machine.sleep working on L4 MCUs.
Damien George
2018-08-01
stm32/extint.h: Use correct EXTI lines for RTC interrupts.
Damien George
2018-07-31
stm32/modmachine: Get machine.sleep working on F0 MCUs.
Damien George
2018-07-31
stm32/rtc: Get rtc.wakeup working on F0 MCUs.
Damien George
2018-07-30
stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.
Damien George
2018-07-30
stm32/sdcard: Get SDMMC alt func macro names working with F4,F7,H7 MCUs.
Damien George
2018-07-23
stm32/boards/STM32F429DISC: Enable onboard SDRAM.
Andrew Leech
2018-07-23
stm32/sdram: On F7 MCUs enable MPU on external SDRAM.
Andrew Leech
2018-07-23
stm32/sdram: Integrate SDRAM driver into rest of code.
Andrew Leech
2018-07-23
stm32/sdram: Add SDRAM driver from OpenMV project.
Andrew Leech
2018-07-23
nrf/drivers/flash: Fix incorrect page alignment check.
Ayke van Laethem
2018-07-23
nrf: Update nrfjprog links to allow to download any version.
roland
2018-07-20
nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.
Damien George
2018-07-20
nrf: Properly use (void) instead of () for function definitions.
Damien George
2018-07-20
nrf/Makefile: Make sure dependencies for pins_gen.c are correct.
Damien George
2018-07-20
stm32/sdcard: Use mp_hal_pin_config_alt_static to configure SD card pins
Damien George
2018-07-20
stm32: Add method for statically configuring pin alternate function.
Andrew Leech
2018-07-20
unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects.
Damien George
2018-07-19
stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size.
Peter D. Gray
2018-07-19
nrf: Include $(SRC_MOD) in the build.
Ayke van Laethem
2018-07-18
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Ayke van Laethem
2018-07-18
nrf/drivers: Add license text to ticker.h and softpwm.h.
Glenn Ruben Bakke
2018-07-18
nrf: Compile nlr objects with -fno-lto flag
Glenn Ruben Bakke
2018-07-18
nrf: Add explicit make flag for oofatfs
Glenn Ruben Bakke
2018-07-18
nrf/bluetooth: Replace BLE REPL (WebBluetooth) URL
Glenn Ruben Bakke
2018-07-18
nrf: Quick-fix on const objects with open array dimension in objtuples.
Glenn Ruben Bakke
2018-07-18
nrf/boards: Check for stack/heap size using an assert.
Ayke van Laethem
2018-07-18
nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5
Glenn Ruben Bakke
2018-07-18
nrf: Generalize feather52 target
Glenn Ruben Bakke
2018-07-18
nrf: Add support for reading output pin state
Glenn Ruben Bakke
2018-07-18
nrf: Move pyb module to boards module
Glenn Ruben Bakke
2018-07-18
nrf/nrfx_config: Move back nrf52832 to use non-EasyDMA SPI
Glenn Ruben Bakke
[next]