Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f3eb5280c86c5803f61d2458b5d9bcfeef2a5c0c
/
misc
e1137a3
cmake: modules: dts: use devicetree stub file
by Gerard Marull-Paretas
· 1 year, 5 months ago
91d32af
misc: generated: update configs.c template with <zephyr/...> prefix
by Gerard Marull-Paretas
· 2 years, 10 months ago
ea082ac
cmake: only write devicetree files when there are changes.
by Torsten Rasmussen
· 3 years, 1 month ago
52301d9
cmake: kconfig: fix issue if Kconfig symbol name contains lower case
by Torsten Rasmussen
· 3 years, 4 months ago
92c12d1
toolchain: add GEN_ABSOLUTE_SYM_KCONFIG()
by Daniel Leung
· 4 years, 1 month ago
3ae5262
license: cleanup: add SPDX Apache-2.0 license identifier
by Anas Nashif
· 6 years ago
ed13994
license: add missing licences to source code
by Anas Nashif
· 6 years ago
ea7babb
cmake: Rename CMake variable out of the reserved CONFIG_ namespace
by Sebastian Bøe
· 6 years ago
b832a1e
printk: move into lib/os
by Anas Nashif
· 6 years ago
feadb53
power: move reboot.c to subsys/power
by Anas Nashif
· 6 years ago
9707584
printk: don't print incorrect 64-bit integers
by Andrew Boie
· 6 years ago
dfeed64
printk: fix printing 64-bit hex values
by Andrew Boie
· 6 years ago
a76e37a
misc: Add 'U' to unsigned variable assignments
by Patrik Flykt
· 6 years ago
923e1b6
misc/printk: Make the default char_out routine weak
by Andy Ross
· 6 years ago
86ad37a
kconfig: distribute misc/Kconfig option where they belong
by Anas Nashif
· 6 years ago
24666e6
stats: move from misc to subsys/stats
by Anas Nashif
· 6 years ago
6271351
kconfig: misc: Correct typo for TEXT_SECTION_OFFSET
by Rajavardhan Gundi
· 6 years ago
26e0f9a
Build: Improve C++ support
by Benoit Leforestier
· 6 years ago
1a1a953
include/system_timer.h: Timer API cleanup
by Andy Ross
· 6 years ago
da49f2e
coccicnelle: Ignore return of memset
by Flavio Ceolin
· 6 years ago
a113562
misc: printk: Change function return
by Flavio Ceolin
· 6 years ago
8cf8db3
Kconfig: Use a short, consistent style for prompts
by Ulf Magnusson
· 7 years ago
ec3eff5
Kconfig: Use the first default with a satisfied condition
by Ulf Magnusson
· 7 years ago
7c89b63
doc: fix kconfig misspellings
by David B. Kinder
· 7 years ago
d1684a8
Kconfig: Clean up some symbol definitions
by Ulf Magnusson
· 7 years ago
98775f3
kconfig: decouple realmode boot from CONFIG_JAIHOUSE
by Zide Chen
· 7 years ago
e67720b
syscalls: Scan multiple folders to build complete syscall list
by Adithya Baglody
· 7 years ago
5ed26a5
esp32: Re-order bootloader condition in Kconfig
by Gautier Seidel
· 7 years ago
52ed379
esp32: add ESP-IDF bootloader option
by Gautier Seidel
· 7 years ago
bbeef41
logging: subsystem major redesign
by Krzysztof Chruściński
· 7 years ago
7a7e4f5
misc: kconfig: Remove redundant 'default n' properties
by Ulf Magnusson
· 7 years ago
e8413d1
kconfig: add a compiler speed optimization
by Aurelien Jarno
· 7 years ago
cde6bef
kconfig: Drop support for CONFIG_TOOLCHAIN_VARIANT
by Sebastian Bøe
· 7 years ago
0b70818
misc: improve description of BOOTLOADER_SRAM_SIZE
by Ioannis Glaropoulos
· 7 years ago
8345e5e
syscalls: remove policy from handler checks
by Andrew Boie
· 7 years ago
f9b2da3
kconfig: Move CPLUSPLUS from root to "Compiler Options"
by Sebastian Bøe
· 7 years ago
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
Next »