index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
Makefile
Age
Commit message (
Expand
)
Author
2019-10-13
remove ports/stm32
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
Damien George
2018-06-01
stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-21
stm32: Integrate lwIP as implementation of usocket module.
Damien George
2018-05-04
stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.
Damien George
2018-04-24
stm32/i2c: Add low-level I2C driver for F7 MCUs.
Damien George
2018-04-24
stm32: Rename i2c.c to pyb_i2c.c.
Damien George
2018-03-29
stm32: Add custom, optimised Reset_Handler code.
Damien George
2018-03-27
stm32/system_stm32: Set VTOR pointer from TEXT0_ADDR.
Damien George
2018-03-27
stm32/Makefile: Allow a board to config either 1 or 2 firmware sections.
Damien George
2018-03-27
stm32/Makefile: Rename FLASH_ADDR/TEXT_ADDR to TEXT0_ADDR/TEXT1_ADDR.
Damien George
2018-03-27
stm32/boards: Allow boards to have finer control over the linker script.
Damien George
2018-03-26
stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-09
stm32/Makefile: Use separate startup file for each MCU series.
iabdalkader
2018-03-09
stm32/Makefile: Add settings to support H7 MCUs.
iabdalkader
2018-03-03
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Damien George
2018-03-02
stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.
Damien George
2018-02-23
stm32: Use "GEN" for describing files generated in the build.
Damien George
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George
2018-02-02
stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.
Damien George
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George