summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-01-24build: add _ASMLANGUAGE to all asm filesBenjamin Walsh
2017-01-16doc: make build process quietAnas Nashif
2017-01-10build: abstract emulation and replace qemu goal with runAnas Nashif
2017-01-10build: use target 'debugserver' for Qemu debuggingAnas Nashif
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
2016-12-05Merge "Merge net branch into master"Anas Nashif
2016-12-02Update version to 1.6.99Anas Nashif
2016-12-02net: Moved net/ to subsys/netJukka Rissanen
2016-11-30build: x86: add some flexibility in custom linker scriptsAndrew Boie
2016-11-30build: add more security related compiler flagsAnas Nashif
2016-11-22build: Add __ZEPHYR__ to MakefileFlavio Santes
2016-11-18Revert "build: Handle ALL_LIBS dependencies correctly"Anas Nashif
2016-11-12build: add -I$(srctree)/kernel/unified/include to pathBenjamin Walsh
2016-11-12build: support pre-built host toolsAnas Nashif
2016-11-10build: Minor tidy up of outputexportsDaniel Thompson
2016-11-07build: remove old kernel supportAndrew Boie
2016-11-07build: Handle ALL_LIBS dependencies correctlyDaniel Thompson
2016-10-31usb: move usb subsystem to subsys/usb and cleanup header inclusionAnas Nashif
2016-10-30fs: Move file system code to subsys/Ramesh Thomas
2016-10-27Makefile: Don't hide the "prebuilt" kernelAndy Ross
2016-10-25build: add Kconfig mechanism for deprecating boardsAndrew Boie
2016-10-24board: organize boards based on architectureKumar Gala
2016-10-24build: bump version to 1.5.99Anas Nashif
2016-10-24build: clean up .stat file(s)Kumar Gala
2016-10-24build: refactor kernel hex build to be commonKumar Gala
2016-10-21gen_idt: remove int_vec_alloc bitfield from outputAndrew Boie
2016-10-21x86: remove final-linker.cmdAndrew Boie
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