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