aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Collapse)Author
2014-03-21Disable some math functions until they work correctly.Damien George
2014-03-20stmhal: Add accelerometer driver; fix bug with LFN.Damien George
2014-03-19stmhal: Add lcd.c to Makefile, and init LCD in main.Damien George
2014-03-19stmhal: Add LCD driver.Damien George
2014-03-17stmhal: Add fatfs support, working with flash and SD card.Damien George
2014-03-17stmhal: Add flash write support and flash storage driver.Damien George
2014-03-17stmhal: Add autoflash script, to flash a DFU device automatically.Damien George
2014-03-17stmhal: Add SD card support.Damien George
Just low-level read/write support. No filesystem yet.
2014-03-17stmhal: Remove unnecessary include.Damien George
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
New USB HAL is quite a bit improved over previous one. Now has better callbacks and flow control. REPL over USB CDC now works as before, except for soft-reset (since USB driver uses malloc...).
2014-03-15stmhal: Remove obsolete #defines from mpconfigport.h.Damien George
Either not needed anymore, or defined in the board/_hal_conf.h file.
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-03-14stmhal - add led support. Add netduino_plus_2 supportDave Hylands
Tweaked a couple of the USB files to compile if neither dev nor host was defined. Tested on netduiono plus 2 and stm32f4discovery boards
2014-03-14Merge branch 'master' of github.com:micropython/micropythonDamien George
Conflicts: stmhal/main.c
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George
Enumerates CDC device over USB, but doesn't transmit/receive yet.
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
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.