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
/
bare-arm
/
Makefile
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-03-23
bare-arm/Makefile: Change C standard from gnu99 to c99.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-01-01
bare-arm: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-06-27
bare-arm: Enable link map file.
Paul Sokolovsky
2014-06-18
bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS
Sven Wegener
2014-06-18
bare-arm, stmhal: Fix --nostdlib to -nostdlib
Sven Wegener
2014-05-10
bare-arm: Change output file from flash.elf to firmware.elf.
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-12
Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.
Damien George