summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
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