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
/
stmhal
Age
Commit message (
Expand
)
Author
2014-03-16
stmhal - Add usart support
Dave Hylands
2014-03-15
stmhal: Check CDC tx buffer has free space before filling with data.
Damien George
2014-03-15
stmhal: Put an array in ROM.
Damien George
2014-03-15
stmhal: Disable redundant SystemCoreClockUpdate function.
Damien George
2014-03-15
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-15
stmhal: Get RTC working.
Damien George
2014-03-15
stmhal: Fix escape sequences in USB CDC input.
Damien George
2014-03-15
stmhal: Get USB CDC REPL working.
Damien George
2014-03-15
stmhal: Remove obsolete #defines from mpconfigport.h.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-14
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-13
Cleanup systick for stmhal
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands
2014-03-12
stmhal: Set SysTick priority to highest level.
Damien George
2014-03-12
stmhal: Get SysTick and HSE working.
Damien George
2014-03-11
Initial checkin with STM HAL
Dave Hylands