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
/
Makefile
Age
Commit message (
Expand
)
Author
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-07
Replace some Makefile commands with variables in py/mkenv.mk
Andrew Scheller
2014-03-08
stm: Put pyb module in ROM.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-02-26
Print an error if a non-valid BOARD is specified.
Dave Hylands
2014-02-23
Add EXTI support
Dave Hylands
2014-02-23
stm: Make pendsv_nlr_jump work when debugging is enabled.
Damien George
2014-02-22
Add Configurable LFN support to FatFS
mux
2014-02-17
Add pin mapping code.
Dave Hylands
2014-02-17
stm: Implement mp_import_stat.
Damien George
2014-02-16
stm: Factor out GPIO code to its own file. Add functions to set GPIO mode.
Damien George
2014-02-16
stm: Rename mma -> accel.
Damien George
2014-02-16
stm: Put REPL functions in own file; add raw REPL mode.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-12
stm: Copy COPT style from unix port.
Damien George
2014-02-11
Enable link map file generation.
Paul Sokolovsky
2014-02-08
stm: Mount SD card on 1:/ if present.
Damien George
2014-02-01
stm: Add support for ctrl-C to interrupt running Python.
Damien George
2014-01-30
Fix Makefiles: -O3 option was not being applied; mkdir for STM.
Damien George
2014-01-26
stm: USB host mode working! Restructure stm library directories.
Damien George
2014-01-25
stm: Put gc_collect code in separate file; define _ram_start in .ld.
Damien George
2014-01-24
Merge pull request #219 from dhylands/add-deps
Damien George
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-24
Move file obj to separate module
mux
2014-01-23
stm: Remove unnecessary #includes; small other changes.
Damien George
2014-01-23
Move RTC to Separate Module
mux
2014-01-22
stm: Fix USART3 init. Small edits to Makefile and other things.
Damien George
2014-01-21
stm: Clean up main.c; disable libgcc by default.
Damien George
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-21
Merge pull request #202 from iabdalkader/master
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
Add OSC_VALUE to Makefile
mux
2014-01-19
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Damien George
2014-01-19
stm: Upgrade to latest CMSIS libraries.
Damien George
2014-01-14
stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions.
Damien George
2014-01-14
Implement initial ADC support
mux
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-09
Fix Makefile typo
mux
2014-01-09
Add DEBUG flag to Makefile
mux
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
Update stm/Makeile to use OBJCOPY and SIZE macros
Dave Hylands
2014-01-08
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08
Updated teensy to use common code from stm directory.
Dave Hylands
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-05
Add Initial Support for STM32F4DISCOVERY Board
mux
2014-01-05
Move user switch code into a separate module
mux
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
[next]