summaryrefslogtreecommitdiff
path: root/scripts/sysgen
AgeCommit message (Expand)Author
2017-01-20build: have sysgen create SPDX license identifiersAnas Nashif
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-12scripts: Explicitly call out python2David Brown
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-11-04sysgen: build for unified kernel onlyAndrew Boie
2016-11-03unified/sysgen: do not generate TICK_EVENT eventBenjamin Walsh
2016-11-01unified: API changes to event handlingPeter Mitsis
2016-10-28unified: handle MDEF files that declare main()Andrew Boie
2016-10-28unified: rename 'events' to 'alerts'Benjamin Walsh
2016-10-28unified: rename 'memory maps' to 'memory slabs'Benjamin Walsh
2016-10-25unified: Support heap memory poolAllan Stephens
2016-10-19unified: Tweak msgq API parametersPeter Mitsis
2016-10-18unified: Tweak mem_map API parametersPeter Mitsis
2016-10-18unified: Tweak K_MEMORY_POOL_DEFINE() macroPeter Mitsis
2016-10-17unified: Rework K_THREAD_DEFINE()Peter Mitsis
2016-10-15unified: Tweak pipe API parametersPeter Mitsis
2016-10-11unified: Add legacy DEFINE_TASK supportAllan Stephens
2016-10-03scripts/sysgen: Fix indentation inconsistencyYannis Damigos
2016-09-20unified: Implement memory poolsDmitriy Korovkin
2016-09-13unified: initial unified kernel implementationBenjamin Walsh
2016-09-13sysgen: add --kernel_type argumentBenjamin Walsh
2016-09-13build: make sysgen take optional command line argumentsBenjamin Walsh
2016-09-06microkernel: remove deprecated task IRQsAndrew Boie
2016-08-05Revert "microkernel: remove deprecated task IRQs"Andrew Boie
2016-08-05microkernel: remove deprecated task IRQsAndrew Boie
2016-07-08sysgen: Cosmetic cleanup of memory pool generation codeAllan Stephens
2016-07-08kernel: Rename private memory pool typesAllan Stephens
2016-07-08kernel: Eliminate unused memory pool structure fieldAllan Stephens
2016-07-08sysgen: Enhance comments describing generation of memory poolsAllan Stephens
2016-07-08kernel: Eliminate unused memory pool structure fieldAllan Stephens
2016-05-04scripts/sysgen: Fix indentation inconsistencyArkadiusz Lichwa
2016-05-04microkernel: events: fix undefined function errorDaniel Leung
2016-03-11debug: adds object tracing capability to microkernel eventsJuan Manuel Cruz
2016-03-11debug: kernel's object tracing apiJuan Manuel Cruz
2016-03-10memory_pool_heap: malloc/free access over a heap memory poolJithu Joseph
2016-02-05build: Add C++ supportPeter Mitsis
2016-02-05sysgen: fix copy-and-paste errors and more empty linesDaniel Leung
2016-02-05microkernel: introduce private event objectsDaniel Leung
2016-02-05sysgen: generate sysgen.h instead of zephyr.hAnas Nashif
2016-02-05OS Awareness: Add microkernel object tracing.Yonattan Louise
2016-02-05toolchain: change section macro to support external c librariesAnas Nashif
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05kernel: Eliminate use of main() in microkernelAllan Stephens
2016-02-05microkernel: add task pointer listDaniel Leung
2016-02-05microkernel: rename _k_init_node() to _k_init_dynamic()Benjamin Walsh
2016-02-05microkernel: rename k_proc to k_taskBenjamin Walsh
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-05microkernel: introduce support for private pipesDaniel Leung