index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-04-03
py: Add "io" module.
Paul Sokolovsky
2014-03-10
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George
2014-03-10
Add proper floating point printing support.
Dave Hylands
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-02-22
Merge pull request #316 from iabdalkader/fatfs_lfn
Damien George
2014-02-22
Add Configurable LFN support to FatFS
mux
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-17
Add pin mapping code.
Dave Hylands
2014-02-11
stm: Add specific UINT_FMT and INT_FMT.
Damien George
2014-02-11
stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions.
Paul Sokolovsky
2014-02-06
Implement fixed buffer vstrs; use them for import path.
Damien George
2014-02-03
Initial support for Netduino
Dave Hylands
2014-01-26
stm: USB host mode working! Restructure stm library directories.
Damien George
2014-01-25
stm: Improved ADC module; add BOARD_NAME config value.
Damien George
2014-01-23
Move LED defs to mpconfigport.h
mux
2014-01-23
Add More Feature Test Macros
mux
2014-01-22
Fix Feature Macro Prefix
mux
2014-01-22
Remove Underscore from Macro Names
mux
2014-01-22
Add Generic Feature Macros to mpconfigport
mux
2014-01-21
Fix support for STM32F4DISCOVERY
Dave Hylands
2014-01-21
stm: Put HSE_VALUE and other defines in mpconfigport.h.
Damien George
2014-01-21
stm: Put TARGET in mpconfigport.h; support PYBv4.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky