summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2016-02-05Move sysgen hooks and file generation to top-level KbuildAnas Nashif
2016-02-05build offsets in-place and not in include/generatedAnas Nashif
2016-02-05Move scripts/Makefile.<arch>preparch to arch/<arch>Anas Nashif
2016-02-05cleanup makefiles and remove duplicationAnas Nashif
2016-02-05add script to build grub for galileoAnas Nashif
2016-02-05make sed happy on OSX when invoked with -iAnas Nashif
2016-02-05use gen_offset_header to generate offsets.hAnas Nashif
2016-02-05sanity: update footprint data for releaseAnas Nashif
2016-02-05microkernel: rename k_proc to k_taskBenjamin Walsh
2016-02-05toolchain: support toolchain variantsAnas Nashif
2016-02-05remove shared/ and create files directlyAnas Nashif
2016-02-05sanitycheck: add -z option for 'truesize' functionalityAndrew Boie
2016-02-05sanitycheck: add --all-deltas optionAndrew Boie
2016-02-05Fix typo: occured -> occurredPeter Mitsis
2016-02-05allow linking of external application librariesAnas Nashif
2016-02-05move qemu patch to script/patchesAnas Nashif
2016-02-05mdef: allow mdef file to be at custom locationAnas Nashif
2016-02-05remove old sanity check mechanismAndrew Boie
2016-02-05sanity: add new line when emitting an errorAnas Nashif
2016-02-05samples/microkernel: add test for private memory mapsDaniel Leung
2016-02-05microkernel: introduce support for private memory mapsDaniel Leung
2016-02-05microkernel: put memory map pointers into its own binary sectionDaniel Leung
2016-02-05Redefine microkernel memory map object identifier typeDaniel Leung
2016-02-05samples/microkernel: add test for private pipesDaniel Leung
2016-02-05microkernel: introduce support for private pipesDaniel Leung
2016-02-05microkernel: put pipe pointer list into its own binary sectionDaniel Leung
2016-02-05microkernel: redefine pipe object identifier typeDaniel Leung
2016-02-05samples/microkernel: add test for private tasksDaniel Leung
2016-02-05microkernel: put _k_task_list into its own binary sectionDaniel Leung
2016-02-05Redefine microkernel task object identifier typeDaniel Leung
2016-02-05samples/microkernel: add test for private mailboxesDaniel Leung
2016-02-05microkernel: introduce support for private mailboxesDaniel Leung
2016-02-05microkernel: Rename struct mbx_struct to _k_mbox_structDaniel Leung
2016-02-05Redefine microkernel mailbox object identifier typeDaniel Leung
2016-02-05samples/microkernel: add test for private FIFOsDaniel Leung
2016-02-05microkernel: introduce support for private FIFOsDaniel Leung
2016-02-05microkernel: Rename struct que_struct to _k_fifo_structDaniel Leung
2016-02-05Redefine microkernel FIFO object identifier typeDaniel Leung
2016-02-05samples/microkernel: add test for private semaphoresDaniel Leung
2016-02-05microkernel: introduce support for private semaphoresDaniel Leung
2016-02-05microkernel: Rename struct sem_struct to _k_sem_structDaniel Leung
2016-02-05Redefine microkernel semaphore object identifier typeDaniel Leung
2016-02-05sysgen: Don't generate mutex object id variablesAllan Stephens
2016-02-05microkernel: introduce support for private mutexesDaniel Leung
2016-02-05microkernel: Rename struct mutex_struct to _k_mutex_structDaniel Leung
2016-02-05Redefine microkernel mutex object identifier typeAllan Stephens
2016-02-05microkernel: remove kernel service dispatch tableDaniel Leung
2016-02-05Kconfig: Rework PLATFORM_QUARK to become PLATFORM_IA32_PCIPeter Mitsis
2016-02-05sanitycheck: treat warnings as errorsAndrew Boie
2016-02-05Add debug option to Kconfig to enable debuggingAnas Nashif