Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2bb179b7e1d347699556b91fde407d9b30f61ab9
/
misc
777e0a1
cmake: Support UTF-8 characters in Kconfig values
by Sebastian Bøe
· 7 years ago
64f8588
cmake: Minor refactor
by Sebastian Bøe
· 7 years ago
5ed30f0
subsys: stats - Statistics support
by Christopher Collins
· 7 years ago
f24f50b
arm: cortex_m: Use new ARMV6_M_ARMV8_M_BASELINE in vector relay
by Carles Cufi
· 7 years ago
72684ef
dts: mcuboot: Support for common overlays and mcuboot
by Carles Cufi
· 7 years ago
600c8f7
kconfig: Change how optimization level is set
by Sebastian Bøe
· 7 years ago
f60527a
build: Added CONFIG_NO_OPTIMIZATIONS
by Alberto Escolar Piedras
· 7 years ago
7361d3d
config: bootloader: Add support for MCUboot
by Carles Cufi
· 7 years ago
4592ff2
native: build zephyr.exe for posix arch
by Anas Nashif
· 7 years ago
95cd063
libc: some architectures do not require baremetal libc
by Anas Nashif
· 7 years ago
dbdd722
ld: Introduce --print-memory-usage
by Sebastian Bøe
· 7 years ago
e2122cb
lib: move ring_buffer from misc/ to lib/
by Anas Nashif
· 7 years ago
429c2a4
kconfig: fix help syntax and add spaces
by Anas Nashif
· 7 years ago
540d3fb
cmake: add missing config for *.lst files
by Anas Nashif
· 7 years ago
1092a25
kconfig: move GDB_INFO kconfig to subsys/debug
by Anas Nashif
· 7 years ago
1f1143a
build: use kconfig to select generated artifacts
by Anas Nashif
· 7 years ago
7d71c06
printk: Add padding support to string format specifiers
by Johan Hedberg
· 7 years ago
0829ddf
kbuild: Removed KBuild
by Sebastian Bøe
· 7 years ago
12f8f76
Introduce cmake-based rewrite of KBuild
by Sebastian Bøe
· 7 years ago
c947600
build: make kernel entry symbol a config option
by Gustavo Lima Chaves
· 7 years ago
6f99bdb
kernel: Provide only one _SYSCALL_HANDLER() macro
by Leandro Pereira
· 7 years ago
ef2b138
printk: only do buffering in user mode
by Andrew Boie
· 7 years ago
225e4c0
kernel: greatly simplify syscall handlers
by Andrew Boie
· 7 years ago
756f907
misc: userspace support for printk()
by Andrew Boie
· 7 years ago
da7cc84
subsystem: cleanup misc and make cpp a subsystem
by Anas Nashif
· 8 years ago
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
be1cb96
tests: benchmark: boot_time: Reading time stamps made arch agnostic
by Adithya Baglody
· 8 years ago
84628e8
kconfig: misc: Conditionally remove FLASH_LOAD options
by Andy Gross
· 8 years ago
5963904
printk: fix printing of long long types
by Andrew Boie
· 8 years ago
fed96bf
misc: _char_out can be a static symbol
by Maciek Borzecki
· 8 years ago
f930480
doc: misspellings in Kconfig files
by David B. Kinder
· 8 years ago
86b0260
kconfig: Move debugging-related options from misc/ to subsys/debug/
by Leandro Pereira
· 8 years ago
dc91536
printk: add vprintk()
by Marti Bolivar
· 8 years ago
61de8f8
spell: Kconfig help typos: /kernel /misc /subsys
by David B. Kinder
· 8 years ago
99a7168
misc: Support left-justification in printk()
by Leandro Pereira
· 8 years ago
bf50c24
misc: convert to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
45a7e5d
kernel: remove legacy.h and MDEF support
by Anas Nashif
· 8 years ago
fe7aa3f
misc: Allow flash image size to be constrained
by David Brown
· 8 years ago
0c476a5
misc: Generalize LOAD_OFFSET support
by David Brown
· 8 years ago
f9733e4
misc: Let the compiler choose whether to omit frame pointer
by Daniel Thompson
· 8 years ago
a7e8266
misc/printk: Add a function to get the current hook function.
by Tomasz Bursztyka
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
c1347b4
kernel: replace all remaining nanokernel occurances
by Anas Nashif
· 8 years ago
2f203c2
tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
by Anas Nashif
· 8 years ago
c7f7314
kconfig: group options into menus
by Anas Nashif
· 8 years ago
569f0b4
debug: move debug features from misc to subsys/debug
by Anas Nashif
· 8 years ago
a9e879e
logging: move sys_log to subsys/logging
by Anas Nashif
· 8 years ago
f323c00
kconfig: remove unused TASK_DEBUG options
by Anas Nashif
· 8 years ago
fe958df
libc: rework libc selection and reduce Kconfigs
by Anas Nashif
· 8 years ago
c3a2bbb
kernel: add k_cpu_idle/k_cpu_atomic_idle()
by Benjamin Walsh
· 8 years ago
244a4df
printk: Export _vprintk similar to how _prf is exported
by Johan Hedberg
· 8 years ago
d2d62ae
logging: Remove bogus SYS_LOG dependency on STDOUT_CONSOLE
by Johan Hedberg
· 8 years ago
c899cd0
printk: Add APIs to print into strings instead of default output
by Johan Hedberg
· 8 years ago
3ab6046
printk: Refactor to allow passing a parsing context around
by Johan Hedberg
· 8 years ago
82f11bf
build: x86: add some flexibility in custom linker scripts
by Andrew Boie
· 8 years ago
85b954d
logging: add exeternal hook to sys_log
by Yossi Havusha
· 8 years ago
bde20d5
printk: Add basic support for width modifier and zero padding
by Szymon Janc
· 8 years ago
f6ca7de
kernel/arch: consolidate tTCS and TNANO definitions
by Benjamin Walsh
· 8 years ago
a3dc53f
power_mgmt: Do not notify deep sleep if bootloader does context restore
by Ramesh Thomas
· 8 years ago
0b474ee
kernel: deprecate old init levels
by Andrew Boie
· 8 years ago
f3bf5ab
newlib: add support for nano-formatted-io
by Juro Bystricky
· 8 years ago
625acd5
build: remove old kernel support
by Andrew Boie
· 8 years ago
559b46f
shell: move shell Kconfig to drivers/console/shells
by Anas Nashif
· 8 years ago
d5db352
console: shell: Support multiple modules
by Yael Avramovich
· 8 years ago
1bc999c
drivers/uart: Refactor UART input hook.
by Marcus Shawcroft
· 8 years ago
b9a4bd9
kernel: Relocate ring buffer suppport to 'misc' directory
by Allan Stephens
· 8 years ago
ecf96d2
arduino 101: make factory bootloader config the default
by Anas Nashif
· 9 years ago
7e6dacd
unified/build: allow building the unified kernel
by Benjamin Walsh
· 9 years ago
a811cc5
printk: make _char_out globally accessible
by Andrew Boie
· 9 years ago
4c64805
printk: print leading '0x' for %p
by Andrew Boie
· 9 years ago
907a999
printk: "support" some modifier codes
by Andrew Boie
· 9 years ago
d748577
doc: Fix terminology in Kconfig files for 'platform'
by David B. Kinder
· 9 years ago
17c0b37
x86: improve exception APIs
by Andrew Boie
· 9 years ago
9b3b36b
gdb-server: update call to uart_register_input()
by Inaky Perez-Gonzalez
· 9 years ago
b4bbc71
gdb_server: fix semicolon that depends on #define
by Inaky Perez-Gonzalez
· 9 years ago
63cea24
misc: add config to omit frame pointer
by Andrew Boie
· 9 years ago
9ec2f3b
Cleanup whitespace in Kconfig files
by Kumar Gala
· 9 years ago
0107c80
misc: clean up __ASSERT warnings during build
by Benjamin Walsh
· 9 years ago
0b2c44a
tinycrypt: move from lib to regular objects
by Anas Nashif
· 9 years ago
909dd7e
arduino_101: support booting with original bootloader
by Anas Nashif
· 9 years ago
43592b1
x86/debug: GDB server needs to handle some exceptions
by Benjamin Walsh
· 9 years ago
f703f7d
debug: add target GDB server
by Benjamin Walsh
· 9 years ago
270d602
debug/x86: add runtime info needed by target debuggers
by Benjamin Walsh
· 9 years ago
45d9689
debug: add missing MEM_SAFE dependency
by Benjamin Walsh
· 9 years ago
6ec02cc
debug: fit Kconfig lines in 80 columns
by Benjamin Walsh
· 9 years ago
34d4971
sys_log: Adds the common log API header
by Genaro Saucedo Tejada
· 9 years ago
84a5557
kconfig: move ARM bootloader options to bootloader menu
by Anas Nashif
· 9 years ago
4ad7f2a
libc-hooks: newlib's heap may use entire unused RAM
by Jithu Joseph
· 9 years ago
428d51b
libc-hooks: Make newlib's heap size configurable
by Iván Briano
· 9 years ago
a4ec963
init: use SYS_INIT() where it makes sense
by Benjamin Walsh
· 9 years ago
d340d4c
device: use DEVICE_INIT everwhere
by Benjamin Walsh
· 9 years ago
0303d8c
device: rename SYS_DEFINE_DEVICE()
by Benjamin Walsh
· 9 years ago
bfc2720
device: rename DECLARE_DEVICE_INIT_CONFIG()
by Benjamin Walsh
· 9 years ago
2e27adb
mem_safe: prevent writing to .text in XIP systems
by Benjamin Walsh
· 9 years ago
8e35cc8
build: Add C++ support
by Peter Mitsis
· 9 years ago
6fa8588
kconfig: add mising option TASK_DEBUG
by Anas Nashif
· 9 years ago
9fe306b
Generate stack usage information only when enabled
by Anas Nashif
· 9 years ago
94b29b5
kconfig: put bootloader and reboot options in a menu
by Anas Nashif
· 9 years ago
57f2741
init: Implement fine-grained initialization policy
by Dmitriy Korovkin
· 9 years ago
77ba3c3
kconfig: define architecture as a kconfig variable
by Anas Nashif
· 9 years ago
Next »