summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2017-01-27misc/printk: Add a function to get the current hook function.Tomasz Bursztyka
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-12-19tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTSAnas Nashif
2016-12-19kconfig: group options into menusAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-19kconfig: remove unused TASK_DEBUG optionsAnas Nashif
2016-12-15libc: rework libc selection and reduce KconfigsAnas Nashif
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-11printk: Export _vprintk similar to how _prf is exportedJohan Hedberg
2016-12-10logging: Remove bogus SYS_LOG dependency on STDOUT_CONSOLEJohan Hedberg
2016-12-05printk: Add APIs to print into strings instead of default outputJohan Hedberg
2016-12-05printk: Refactor to allow passing a parsing context aroundJohan Hedberg
2016-11-30build: x86: add some flexibility in custom linker scriptsAndrew Boie
2016-11-27logging: add exeternal hook to sys_logYossi Havusha
2016-11-27printk: Add basic support for width modifier and zero paddingSzymon Janc
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-11power_mgmt: Do not notify deep sleep if bootloader does context restoreRamesh Thomas
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-09newlib: add support for nano-formatted-ioJuro Bystricky
2016-11-07build: remove old kernel supportAndrew Boie
2016-11-04shell: move shell Kconfig to drivers/console/shellsAnas Nashif
2016-11-02console: shell: Support multiple modulesYael Avramovich
2016-10-25drivers/uart: Refactor UART input hook.Marcus Shawcroft
2016-10-21kernel: Relocate ring buffer suppport to 'misc' directoryAllan Stephens
2016-09-17arduino 101: make factory bootloader config the defaultAnas Nashif
2016-09-13unified/build: allow building the unified kernelBenjamin Walsh
2016-08-28printk: make _char_out globally accessibleAndrew Boie
2016-08-28printk: print leading '0x' for %pAndrew Boie
2016-08-28printk: "support" some modifier codesAndrew Boie
2016-08-18doc: Fix terminology in Kconfig files for 'platform'David B. Kinder
2016-07-28x86: improve exception APIsAndrew Boie
2016-06-22gdb-server: update call to uart_register_input()Inaky Perez-Gonzalez
2016-06-22gdb_server: fix semicolon that depends on #defineInaky Perez-Gonzalez
2016-06-16misc: add config to omit frame pointerAndrew Boie
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-18misc: clean up __ASSERT warnings during buildBenjamin Walsh
2016-05-16tinycrypt: move from lib to regular objectsAnas Nashif
2016-04-30arduino_101: support booting with original bootloaderAnas Nashif
2016-04-16x86/debug: GDB server needs to handle some exceptionsBenjamin Walsh
2016-04-16debug: add target GDB serverBenjamin Walsh
2016-04-16debug/x86: add runtime info needed by target debuggersBenjamin Walsh
2016-04-16debug: add missing MEM_SAFE dependencyBenjamin Walsh
2016-04-16debug: fit Kconfig lines in 80 columnsBenjamin Walsh
2016-03-18sys_log: Adds the common log API headerGenaro Saucedo Tejada
2016-03-14kconfig: move ARM bootloader options to bootloader menuAnas Nashif
2016-02-27libc-hooks: newlib's heap may use entire unused RAMJithu Joseph
2016-02-20libc-hooks: Make newlib's heap size configurableIván Briano
2016-02-05init: use SYS_INIT() where it makes senseBenjamin Walsh