summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2016-10-05unified: Fix build broblem caused by concurrent make processes in single dirDmitriy Korovkin
2016-10-05check_link_map: rewrite in pythonAndy Ross
2016-10-03build: Support for integrating third party build systemsDaniel Thompson
2016-10-03help: document ram/rom_report in 'make help'Anas Nashif
2016-10-01link: Add section size validity checkerAndy Ross
2016-09-30tests: Add a generic testing frameworkJaakko Hannikainen
2016-09-28unified: Build kernel objects as a static libraryDmitriy Korovkin
2016-09-15build: allow specifying a custom linker script relative to projectBenjamin Walsh
2016-09-12win-build: fixes to build with alternative make implementationsJuan Manuel Cruz
2016-09-12build: Make QEMU_BIN_PATH optionalDaniel Thompson
2016-08-26Zephyr 1.5.0v1.5.0v1.5.0-branchAnas Nashif
2016-08-25Zephyr 1.5.0-rc4v1.5.0-rc4Anas Nashif
2016-08-25win-build: Fixes Makefile target names including char ":"Juan Manuel Cruz
2016-08-01fs: Adds diskio interfaceRamesh Thomas
2016-07-31build: use quiet cmd for AR of libzephyr.aKumar Gala
2016-07-31build: create libzephyr.a and link it in instead of objectsAnas Nashif
2016-07-27Makefile: Restructure for multilibsJuro Bystricky
2016-07-27Makefile: link arch/ lastAndrew Boie
2016-07-27gen_idt: add -d switch for extra debug infoAndrew Boie
2016-07-25build: use -Og instead of -O0 for CONFIG_DEBUGAndrew Boie
2016-07-18build: Make sure sysgen related header files get updatedKumar Gala
2016-06-30usb: Add USB device core layerAdrian Bradianu
2016-06-30Revert "qemu: pass -serial stdio instead of -serial mon:stdio"Andrew Boie
2016-06-30build: Fix application object files placement when building out of treeKumar Gala
2016-06-30build: Split out building of application codeKumar Gala
2016-06-29build: Fix not allowing the host tools to be crosscompiledVinicius Costa Gomes
2016-06-29qemu: pass -serial stdio instead of -serial mon:stdioAndrew Boie
2016-06-28build: add 'qemugdb' targetAndrew Boie
2016-06-20ksdk: Add Makefile support for ksdk device and CPUMaureen Helm
2016-06-16misc: add config to omit frame pointerAndrew Boie
2016-06-14libc: change linking order to avoid over-stripping of symbolsAnas Nashif
2016-06-14build: do not reference full path of map fileAnas Nashif
2016-06-03Zephyr v1.4.0v1.4.0Anas Nashif
2016-06-02Zephyr v1.4.0-rc3v1.4.0-rc3Anas Nashif
2016-06-01Zephyr v1.4.0-rc2v1.4.0-rc2Anas Nashif
2016-05-29Zephyr v1.4.0-rc1v1.4.0-rc1Anas Nashif
2016-05-27ext: include headers based on HAL being usedAnas Nashif
2016-05-26scripts: add a script to report RAM/ROM usageAnas Nashif
2016-05-23qmsi: move drivers and hal to ext/halAnas Nashif
2016-05-18misc: clean up __ASSERT warnings during buildBenjamin Walsh
2016-05-16build: move library related code to lib/Anas Nashif
2016-05-16tinycrypt: move from lib to regular objectsAnas Nashif
2016-05-16build: add extra dependency for zephyr.lnk and rebuild with new boardsAnas Nashif
2016-05-14build: allows CC and CCX override from Makefile source filesJuan Manuel Cruz
2016-05-14build: Add MinGW dependencies in makefileJuan Manuel Cruz
2016-05-12qemu: Add possibility to redirect serial port to pseudo TTYFabrice Olivero
2016-05-09build: rename non-generated linker scripts to .ld extensionAndrew Boie
2016-05-04build: use gcc instead of ld for linkingAnas Nashif
2016-05-02Zephyr 1.3.0v1.3.0Anas Nashif
2016-05-03build: support icx llvm compilerJuan Manuel Cruz