summaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2014-02-03Initial support for NetduinoDave Hylands
2014-02-01Merge branch 'iabdalkader-master'Damien George
2014-02-01stm: Add support for ctrl-C to interrupt running Python.Damien George
2014-02-01Add usb_vcp_connected prototype to usb.hmux
2014-02-01Detect VCP line state.mux
2014-01-30Fix Makefiles: -O3 option was not being applied; mkdir for STM.Damien George
2014-01-29stm: Add optional memory debugging output.Damien George
2014-01-29stm: Fix gccollect ram range.Damien George
2014-01-29Fix unused function warning in mainmux
2014-01-29Remove redundant include in file.cmux
2014-01-29Move HEAP_END and RAM_END to linker scriptmux
2014-01-28stm: Increase timeout for RTC LSE startup; use backup regs.Damien George
2014-01-27stm: Remove unneccesary include of mpconfigport (already in mpconfig).Damien George
2014-01-27Add LCD check to stdout_print_strnmux
2014-01-27Add missing LCD driver definitions for STM32F4DISCmux
2014-01-26stm: USB host mode working! Restructure stm library directories.Damien George
2014-01-25stm: Improved ADC module; add BOARD_NAME config value.Damien George
2014-01-25Implement mp_parse_node_free; print properly repr(string).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-24Revert "Move gc_collect to py/gc.c"Damien George
2014-01-24Move gc_collect to py/gc.cmux
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 LED defs to mpconfigport.hmux
2014-01-23Merge branch 'master' of github.com:iabdalkader/micropython into iabdalkader-...Damien George
2014-01-23Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-23stm: LCD support for PYBv4; fix MMA reading code.Damien George
2014-01-23Fix USB CORE PCGCCTL Wrong Addressmux
2014-01-23Move RTC to Separate Modulemux
2014-01-23Add More Feature Test Macrosmux
2014-01-23stm: Add memcmp() implementation.Paul Sokolovsky
2014-01-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-22stm: Fix USART3 init. Small edits to Makefile and other things.Damien George
2014-01-22Fix Feature Macro Prefixmux
2014-01-22Remove Underscore from Macro Namesmux
2014-01-22Add Generic Feature Macros to mpconfigportmux
2014-01-22Second stage of qstr revamp: uPy str object can be qstr or not.Damien George
2014-01-22Merge branch 'fix-stm-discovery' of github.com:dhylands/micropython into dhyl...Damien George
2014-01-21Fix support for STM32F4DISCOVERYDave Hylands
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-21Remove hardcoded PLL_M valuemux
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