aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
AgeCommit message (Expand)Author
2014-01-23Move RTC to Separate Modulemux
2014-01-22stm: Fix USART3 init. Small edits to Makefile and other things.Damien George
2014-01-21stm: Clean up main.c; disable libgcc by default.Damien George
2014-01-21stm: Put HSE_VALUE and other defines in mpconfigport.h.Damien George
2014-01-21stm: Put TARGET in mpconfigport.h; support PYBv4.Damien George
2014-01-21Merge pull request #202 from iabdalkader/masterDamien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-21Add OSC_VALUE to Makefilemux
2014-01-19stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.Damien George
2014-01-19stm: Upgrade to latest CMSIS libraries.Damien George
2014-01-14stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions.Damien George
2014-01-14Implement initial ADC supportmux
2014-01-13stm: Re-instate C debugging USART port (disabled by default).Damien George
2014-01-09Fix Makefile typomux
2014-01-09Add DEBUG flag to Makefilemux
2014-01-08Make build output quieter.Dave Hylands
2014-01-08Update stm/Makeile to use OBJCOPY and SIZE macrosDave Hylands
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-07Factor and simplify Makefile's and mpconfig, part 2.Damien George
2014-01-05Add Initial Support for STM32F4DISCOVERY Boardmux
2014-01-05Move user switch code into a separate modulemux
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Don't error out if build/ directory already exists.Paul Sokolovsky
2014-01-04Add basic implementation of slice object.Paul Sokolovsky
2014-01-03Rename default config file to mpconfig.h, and port's to mpconfigport.h.Paul Sokolovsky
2014-01-03Merge pull request #45 from iabdalkader/masterDamien George
2014-01-03Basic implementation of import.Damien George
2014-01-03Change dfu.py to be Python 2/3 compatiblemux
2014-01-03Change old use of module creation to new proper use.Damien George
2014-01-02Add module object, to be used eventually for import.Damien George
2013-12-30Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.Paul Sokolovsky
2013-12-30Put unicode functions in unicode.c, and tidy their names.Damien George
2013-12-30Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.Damien George
2013-12-28changes to Makefile and main.c to add i2c.cHagen Kaye
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-17stm: flush storage cache immediately; improve user interface.Damien
2013-12-05stm: initial commit of working CC3000 driver, based on Adafruit.Damien
2013-11-30stm: reorder things in Makefile.Damien
2013-11-09STM: add RNG support.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-01Add proper FPU compile flags; disable Python float support.Damien
2013-11-01Add syscfg and SPI libraries from STM.Damien
2013-10-26Add USART support, connected to stdio for REPL.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