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
2018-03-11
drivers/memory/spiflash: Fix setting of QE bit in flash register.
Damien George
2018-03-10
stm32/storage: Provide support for a second block device.
Damien George
2018-03-10
stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.
Damien George
2018-03-10
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
Damien George
2018-03-10
stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board.
Damien George
2018-03-10
stm32/storage: Make spi_bdev interface take a data pointer as first arg.
Damien George
2018-03-10
stm32/storage: Merge all misc block-dev funcs into a single ioctl func.
Damien George
2018-03-10
drivers/memory/spiflash: Change to use low-level SPI object not uPy one.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-09
stm32/system_stm32: Fix CONFIG_RCC_CR_2ND value to use bitwise or.
iabdalkader
2018-03-09
docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.
Damien George
2018-03-09
stm32/usbd_conf.h: Add include of stdint.h to fix compilation issues.
Tom Collins
2018-03-09
stm32: Remove startup_stm32.S, now provided in boards/ for each MCU.
Damien George
2018-03-09
stm32/Makefile: Use separate startup file for each MCU series.
iabdalkader
2018-03-09
stm32/boards: Add startup_stm32l4.s for L4 series specific startup.
iabdalkader
2018-03-09
stm32/boards: Add startup_stm32f4.s for F4 series specific startup.
iabdalkader
2018-03-09
stm32/boards: Add startup_stm32f7.s for F7 series specific startup.
iabdalkader
2018-03-09
stm32/boards: Add startup_stm32h7.s for H7 series specific startup.
iabdalkader
2018-03-09
stm32/main: Enable D2 SRAM1/2/3 clocks on H7 MCUs.
iabdalkader
2018-03-09
stm32/mpconfigboard_common: Add STM32H7 common configuration.
iabdalkader
2018-03-09
stm32/extint: Add EXTI support for H7 MCUs.
iabdalkader
2018-03-09
stm32/rtc: Add RTC support for H7 MCUs.
iabdalkader
2018-03-09
stm32/dma: Add DMA support for H7 MCUs.
iabdalkader
2018-03-09
stm32/stm32_it: Add support for H7 MCUs.
iabdalkader
2018-03-09
stm32/usbd_conf: Add USB support for H7 MCUs.
iabdalkader
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
lib/stm32lib: Update library to include support for STM32H7 MCUs.
Damien George
2018-03-09
stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs.
Damien George
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
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-07
docs/library/uos: Document mount, umount, VfsFat and block devices.
Damien George
2018-03-07
docs/library/uos: Create sections for distinct parts and document uname.
Damien George
2018-03-05
docs/library/micropython: Describe optimisation levels for opt_level().
Damien George
2018-03-05
docs/library/usocket: Make xref to uerrno explicitly a module reference.
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-04
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
Damien George
[prev]
[next]