aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2014-02-12stm: Copy COPT style from unix port.Damien George
2014-02-11stm: Add specific UINT_FMT and INT_FMT.Damien George
2014-02-11Merge pull request #278 from pfalcon/unix-gcDamien George
2014-02-11stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions.Paul Sokolovsky
2014-02-11Generalize malloc-via-gc-heap support, make it available to unix port.Paul Sokolovsky
2014-02-11Enable link map file generation.Paul Sokolovsky
2014-02-10stm: Remove unused, useless and not-to-be-used strndup.Damien George
2014-02-10Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-02-10stm: Tidy up memory labels; optimise GC root scanning.Damien George
2014-02-10Get rid of calloc().Paul Sokolovsky
2014-02-08Make mp_obj_str_get_data return char* instead of byte*.Damien George
2014-02-08stm: Mount SD card on 1:/ if present.Damien George
2014-02-06Implement fixed buffer vstrs; use them for import path.Damien George
2014-02-05Search paths properly on import and execute __init__.py if it exists.Damien George
2014-02-05Remove older import helpers, no longer used.Paul Sokolovsky
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