index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
lib
Age
Commit message (
Expand
)
Author
2014-01-26
stm: USB host mode working! Restructure stm library directories.
Damien George
2014-01-25
stm: Improved ADC module; add BOARD_NAME config value.
Damien George
2014-01-23
Fix USB CORE PCGCCTL Wrong Address
mux
2014-01-21
Fix support for STM32F4DISCOVERY
Dave Hylands
2014-01-21
stm: Put HSE_VALUE and other defines in mpconfigport.h.
Damien George
2014-01-21
stm: Put TARGET in mpconfigport.h; support PYBv4.
Damien George
2014-01-19
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Damien George
2014-01-19
stm: Upgrade to latest CMSIS libraries.
Damien George
2014-01-14
Add missing ADC driver
mux
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2013-12-20
stm: add pyb.sd_test; flash cache flushed only via MSD.
Damien
2013-11-09
STM: add RNG support.
Damien
2013-11-04
Add DAC, and simple audio driver to STM code.
Damien
2013-11-01
Remove debugging print for SD card; add comment to possibly-buggy USB code.
Damien
2013-11-01
Add syscfg and SPI libraries from STM.
Damien
2013-10-30
PC13 (SDIO detect) can handle at most 2MHz speed config.
Damien
2013-10-26
Add USART support, connected to stdio for REPL.
Damien
2013-10-26
Add support for RTC, used as a calendar.
Damien
2013-10-25
Add USB HID support. Runs as an alternative to VCP+MSC.
Damien
2013-10-24
Add support for SD card (not working).
Damien
2013-10-23
Implement simple servo control using PWM.
Damien
2013-10-23
Implement boot-up commands; run main script after boot.
Damien
2013-10-22
stm: improved GC, and cooked output for VCP.
Damien
2013-10-22
Remove unnecessary USB files from stm.
Damien
2013-10-21
VCP works, need to init comm port PC side; add some debugging output.
Damien
2013-10-21
Try to get REPL working, but bug with CDC VCP...
Damien
2013-10-19
Fix IRQ priority issue to give working USB; and some cleanup.
Damien
2013-10-19
Try to re-add USB support...
Damien
2013-10-19
Working SysTick, code factoring, some boot-up code.
Damien
2013-10-17
Fix up linker script; improve startup code; printf to USB.
Damien
2013-10-14
Change VID/PID info so USB works on Windows.
Damien
2013-10-13
Implement crude but functional CDC + MSC USB device.
Damien
2013-10-13
Inital commit of stm32f4xx framework.
Damien