aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2013-12-29Add CODECONVENTIONS, and modify i2c module to conform.Damien
2013-12-28changes to Makefile and main.c to add i2c.cHagen Kaye
2013-12-28Added i2c python interface objectHagen Kaye
2013-12-21stm: Tidy up some wlan code.Damien
2013-12-21stm: fix some compiler warnings in CC3000 code.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-12-20Fix a few compiler warnings.Damien
2013-12-20Add tools/dfu.py, and use it in stm/Makefile.Damien
2013-12-20stm: add pyb.sd_test; flash cache flushed only via MSD.Damien
2013-12-17stm: flush storage cache immediately; improve user interface.Damien
2013-12-11stm: add basic Servo class, and stop and standby functions.Damien
2013-12-11stm: add timer to storage cache so it can be flushed.Damien
2013-12-06stm: add __WFI to sys_tick delay.Damien
2013-12-06stm: add Led object; add option to reset filesystem.Damien
2013-12-05stm: initial commit of working CC3000 driver, based on Adafruit.Damien
2013-11-30stm: servos on PA0-3; MMA filtering; timer for Python REPL.Damien
2013-11-30stm: disable audio function in systick.Damien
2013-11-30stm: add function to LCD module to show text.Damien
2013-11-30stm: reorder things in Makefile.Damien
2013-11-09STM: add LCD functions for pixel access; add RNG Py bindings.Damien
2013-11-09STM: add RNG support.Damien
2013-11-09Small improvements to timer module.Damien
2013-11-06Add to STM code timer functionality to call Python on interrupt.Damien
2013-11-04Add DAC, and simple audio driver to STM code.Damien
2013-11-03Add simple PWM control command to STM code.Damien
2013-11-03Add vprintf, vsnprintf to STM code.Damien
2013-11-03Add simple file support to board.Damien
2013-11-02Floats work with MP on board; function for LCD pixel manipulation.Damien
2013-11-01Add proper FPU compile flags; disable Python float support.Damien
2013-11-01Remove debugging print for SD card; add comment to possibly-buggy USB code.Damien
2013-11-01Add syscfg and SPI libraries from STM.Damien
2013-10-30PC13 (SDIO detect) can handle at most 2MHz speed config.Damien
2013-10-26Working SD card, but no functionality yet (was hardware error).Damien
2013-10-26Add USART support, connected to stdio for REPL.Damien
2013-10-26Add simple readline history.Damien
2013-10-26Add support for RTC, used as a calendar.Damien
2013-10-25Add USB HID support. Runs as an alternative to VCP+MSC.Damien
2013-10-24Add support for SD card (not working).Damien
2013-10-23Add working MMA support.Damien
2013-10-23Implement simple servo control using PWM.Damien
2013-10-23Implement boot-up commands; run main script after boot.Damien
2013-10-22Board running boot.py, working REPL, soft reboot.Damien
2013-10-22Add gchelper.s, to load registers and clean stack for GC.Damien
2013-10-22stm: improved GC, and cooked output for VCP.Damien
2013-10-22Remove unnecessary USB files from stm.Damien
2013-10-21Make stm use garbage collector.Damien
2013-10-21Implement crude but working REPL for board.Damien
2013-10-21VCP works, need to init comm port PC side; add some debugging output.Damien
2013-10-21Try to get REPL working, but bug with CDC VCP...Damien
2013-10-20Integrate new lexer stream with stm framework.Damien