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
/
stm32
/
main.c
Age
Commit message (
Expand
)
Author
2018-07-23
stm32/sdram: Integrate SDRAM driver into rest of code.
Andrew Leech
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-05-28
stm32: Add support for Cortex-M0 CPUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-22
stm32/main: Use consistent indenting of macro #if's.
Damien George
2018-05-21
stm32: Integrate lwIP as implementation of usocket module.
Damien George
2018-05-14
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
Damien George
2018-05-02
stm32/main: Clean up and optimise initial start-up code of the MCU.
Damien George
2018-04-23
stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.
Damien George
2018-04-11
stm32/main: Allow a board to configure the label of the flash FS.
Damien George
2018-04-10
stm32/main: Guard usb_mode lines in default boot.py by relevant #if.
Peter D. Gray
2018-03-29
stm32/main: Only update reset_mode if board doesn't use a bootloader.
Damien George
2018-03-29
stm32/main: Rename main to stm32_main and pass through first argument.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-09
stm32/main: Enable D2 SRAM1/2/3 clocks on H7 MCUs.
iabdalkader
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-05
stm32/main: Remove need for first_soft_reset variable.
Damien George
2018-02-05
stm32/main: Reorder some init calls to put them before soft-reset loop.
Damien George
2018-02-02
stm32/i2c: Allow I2C peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/spi: Allow SPI peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.
Damien George
2017-12-22
stm32: Allow to build a board without any hardware I2C ports defined.
Damien George
2017-12-11
stm32: Add support for using the Python stack.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George