aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
AgeCommit message (Expand)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-03-08stm: Put pyb module in ROM.Damien George
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-26Print an error if a non-valid BOARD is specified.Dave Hylands
2014-02-23Add EXTI supportDave Hylands
2014-02-23stm: Make pendsv_nlr_jump work when debugging is enabled.Damien George
2014-02-22Add Configurable LFN support to FatFSmux
2014-02-17Add pin mapping code.Dave Hylands
2014-02-17stm: Implement mp_import_stat.Damien George
2014-02-16stm: Factor out GPIO code to its own file. Add functions to set GPIO mode.Damien George
2014-02-16stm: Rename mma -> accel.Damien George
2014-02-16stm: Put REPL functions in own file; add raw REPL mode.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-12stm: Copy COPT style from unix port.Damien George
2014-02-11Enable link map file generation.Paul Sokolovsky
2014-02-08stm: Mount SD card on 1:/ if present.Damien George
2014-02-01stm: Add support for ctrl-C to interrupt running Python.Damien George
2014-01-30Fix Makefiles: -O3 option was not being applied; mkdir for STM.Damien George
2014-01-26stm: USB host mode working! Restructure stm library directories.Damien George
2014-01-25stm: Put gc_collect code in separate file; define _ram_start in .ld.Damien George
2014-01-24Merge pull request #219 from dhylands/add-depsDamien George
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-24Move file obj to separate modulemux
2014-01-23stm: Remove unnecessary #includes; small other changes.Damien George
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