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