26 Commits (0f836ef893f54726580589951ae46638eb7afff8)

Author SHA1 Message Date
Damien George 12bab72d93 Improve GC finalisation code; add option to disable it. 11 years ago
Paul Sokolovsky 98a627dc03 py: Add "io" module. 11 years ago
Damien George 8bfec2b538 Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h. 11 years ago
Dave Hylands ca5a241e48 Add proper floating point printing support. 11 years ago
Damien George 0c36da0b59 Implement ROMable modules. Add math module. 11 years ago
mux 1e2cf746d4 Add Configurable LFN support to FatFS 11 years ago
Damien George 438c88dd2f Add arbitrary precision integer support. 11 years ago
Dave Hylands 51dabac096 Add pin mapping code. 11 years ago
Damien George 9d324b0ac7 stm: Add specific UINT_FMT and INT_FMT. 11 years ago
Paul Sokolovsky 20632e4d3f stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. 11 years ago
Damien George 354d15a964 Implement fixed buffer vstrs; use them for import path. 11 years ago
Dave Hylands 1570a96cad Initial support for Netduino 11 years ago
Damien George 75abee206d stm: USB host mode working! Restructure stm library directories. 11 years ago
Damien George 51f3a6becd stm: Improved ADC module; add BOARD_NAME config value. 11 years ago
mux 45ad9b405d Move LED defs to mpconfigport.h 11 years ago
mux c4808dae0a Add More Feature Test Macros 11 years ago
mux 3c7e71fb00 Fix Feature Macro Prefix 11 years ago
mux 630d8ff89f Remove Underscore from Macro Names 11 years ago
mux 28b23f09a4 Add Generic Feature Macros to mpconfigport 11 years ago
Dave Hylands 72a31162e9 Fix support for STM32F4DISCOVERY 11 years ago
Damien George d51cfd155c stm: Put HSE_VALUE and other defines in mpconfigport.h. 11 years ago
Damien George eb380d7261 stm: Put TARGET in mpconfigport.h; support PYBv4. 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
Damien George d3ebe4829d Factor and simplify Makefile's and mpconfig, part 2. 11 years ago
Damien George 136f67523b Factor and simplify Makefile's and mpconfig. 11 years ago
Paul Sokolovsky b372bfca21 Rename default config file to mpconfig.h, and port's to mpconfigport.h. 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien 39c6c59868 STM: add LCD functions for pixel access; add RNG Py bindings. 11 years ago
Damien fecee2b0ae Floats work with MP on board; function for LCD pixel manipulation. 11 years ago
Damien 4c51cbdc0b Add proper FPU compile flags; disable Python float support. 11 years ago
Damien 3f69aca2e2 Make stm use garbage collector. 11 years ago
Damien ed65605edc Inital commit of stm32f4xx framework. 11 years ago