Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f5777f87bca6b446e316ddec5a9125fbb8d36490
f5777f8
Continue consolidation of arch-independent private nanokernel APIs
by Allan Stephens
· 9 years ago
bff7fc1
Begin consolidation of arch-independent private nanokernel APIs
by Allan Stephens
· 9 years ago
69555e8
Cleanup of nanokernel's fiber scheduling routine
by Allan Stephens
· 9 years ago
24dd304
Relocate declarations for public nanokernel object types
by Allan Stephens
· 9 years ago
7e78540
Remove task monitoring symbols from microkernel public API
by Allan Stephens
· 9 years ago
53165a6
Eliminate architecture-specific init.h files
by Allan Stephens
· 9 years ago
0c3fd0a
Relocate declarations of _nano_fiber_swap()
by Allan Stephens
· 9 years ago
f547a5b
Eliminate cputype.h and its arch-specific derivatives
by Allan Stephens
· 9 years ago
bb9ab03
Eliminate unnecessary references to cpu.h and cputype.h
by Allan Stephens
· 9 years ago
03a2abe
Relocate macros for supporting non-byte addressible architectures
by Allan Stephens
· 9 years ago
ecd6ace
Reorganize dependencies for the 2 major public include files
by Allan Stephens
· 9 years ago
d639bb8
libc: Add tolower implementation
by Jukka Rissanen
· 9 years ago
0167ee4
Kbuild: Simplify prepare targets.
by Juan Manuel Cruz
· 9 years ago
ef07b96
Kbuild removes kernel.release generation.
by Juan Manuel Cruz
· 9 years ago
52c9d87
Kbuild speed and target dependency improvements.
by Juan Manuel Cruz
· 9 years ago
dc2b1f1
Kbuild: Improve verbosity on project build.
by Juan Manuel Cruz
· 9 years ago
64fd17d
Kconfig default configurations update.
by Juan Manuel Cruz
· 9 years ago
80ce28a
Kconfig stop creating empty header files.
by Juan Manuel Cruz
· 9 years ago
d6db256
Add missing #includes required to reference non-kernel APIs
by Allan Stephens
· 9 years ago
a279100
Avoid use of "ukernel" terminology in some sample projects
by Allan Stephens
· 9 years ago
e310881
Revise misleading instructions in sample project README.txt files
by Allan Stephens
· 9 years ago
a1bd59d
Eliminate obsolete coding convention comments
by Allan Stephens
· 9 years ago
60f6a74
Eliminate non-standard NULL definitions
by Allan Stephens
· 9 years ago
5a4be58
Eliminate non-standard boolean type support
by Allan Stephens
· 9 years ago
4e74e65
Delete obsolete file for testing secure string APIs
by Allan Stephens
· 9 years ago
220f1a5
Statically initialize _k_command_stack
by Peter Mitsis
· 9 years ago
a2314c6
Made _k_server_command_stack_storage static
by Peter Mitsis
· 9 years ago
6232a85
Fix closing CONFIG_MICROKERNEL block comments
by Peter Mitsis
· 9 years ago
4fe98a4
Initialize stack area in _NewContext()
by Peter Mitsis
· 9 years ago
c9ac95a
device: Add device model infrastructure
by Dirk Brandewie
· 9 years ago
4ef2d59
Kbuild: Adding bin and strip generation.
by Juan Manuel Cruz
· 9 years ago
6ec8b8c
Kbuild: Set XIP as default for CortexM.
by Juan Manuel Cruz
· 9 years ago
987d64c
newlib: Fix coding style and checkpatch warnings/errors
by Anas Nashif
· 9 years ago
aae59d0
Use a simpler form for including BSP headers
by Anas Nashif
· 9 years ago
5aaef9c
re-add -Werror to sanity checks
by Anas Nashif
· 9 years ago
bbe84f8
Use ccflags-y and asflags-y instead of EXTRA_CFLAGS
by Anas Nashif
· 9 years ago
40b5200
Optimizations to _NewContext() and _NewContextInternal()
by Peter Mitsis
· 9 years ago
2bf5fc4
Initialize idle task's stack related fields in sysgen
by Peter Mitsis
· 9 years ago
a45f691
Remove runtime stack alignment from _NewContext()
by Peter Mitsis
· 9 years ago
63d6a95
Apply __stack tag to sample project fiber stacks
by Peter Mitsis
· 9 years ago
6059e0e
Apply __stack tag to align bluetooth defined fiber stacks
by Peter Mitsis
· 9 years ago
b4e7a4f
Apply __stack tag to align kernel defined task/fiber stacks
by Peter Mitsis
· 9 years ago
ad74658
Add __stack tag for aligning task/fiber stacks
by Peter Mitsis
· 9 years ago
db8a41c
Replace use of __attribute__((packed)) with __packed
by Peter Mitsis
· 9 years ago
bcfc0a8
Replace PACK_STRUCT with __packed in kernel code
by Peter Mitsis
· 9 years ago
ad39ee1
Replace __attribute__((aligned(x))) with __aligned(x)
by Peter Mitsis
· 9 years ago
4bb47b6
Add __aligned(x) and __packed macros to GCC toolchain
by Peter Mitsis
· 9 years ago
5c892ee
Remove references to user mode tasks
by Peter Mitsis
· 9 years ago
86c817a
Remove references to _NewContextUsr()
by Peter Mitsis
· 9 years ago
19a0ee4
Rename missed instances of nanoFiberStart()
by Peter Mitsis
· 9 years ago
86ebbf4
Remove comment listing callers of _NewContext()
by Peter Mitsis
· 9 years ago
07c45d9
Cosmetic: Fix whitespace for checkpatch
by Peter Mitsis
· 9 years ago
e948817
Reduce floating point test duration
by Peter Mitsis
· 9 years ago
6996d2c
k_timer optimization: INVALID_OBJECT can not be returned
by Peter Mitsis
· 9 years ago
f8619b4
Refactor _Cget() to invoke _NanoFatalErrorHandler()
by Peter Mitsis
· 9 years ago
7d2fc8e
Add _NANO_ERR_ALLOCATION_FAIL fatal error code
by Peter Mitsis
· 9 years ago
6b12d60
_k_timer_alloc() to use GETTIMER() instead of _Cget()
by Peter Mitsis
· 9 years ago
d209b88
Rework testing of task_timer_alloc()
by Peter Mitsis
· 9 years ago
ded4609
Use CONFIG_NUM_TIMER_PACKETS in microkernel test_timer project
by Peter Mitsis
· 9 years ago
b5c2342
Update checkpatch scripts to use TIMO_BASE
by Peter Mitsis
· 9 years ago
d1ebe66
Eliminate definition of tick event for ARC
by Allan Stephens
· 9 years ago
2f3a261
Eliminate definition of debugging agent event
by Allan Stephens
· 9 years ago
e54a6c4
Eliminate separate include files for generating absolute symbols
by Allan Stephens
· 9 years ago
40a719d
Add "sys_" prefix to public kernel versioning APIs
by Allan Stephens
· 9 years ago
11dcaf2
Relocate declaration of kernel_version_get()
by Allan Stephens
· 9 years ago
9c5d875
Correct obsolete comment describing format of kernel version
by Allan Stephens
· 9 years ago
d216a00
Clean up private APIs that mark context as (non)essential
by Allan Stephens
· 9 years ago
a5e40e7
Split off atomic APIs from main nanokernel include file
by Allan Stephens
· 9 years ago
b52a09f
Optimize performance of memset() and memcpy()
by Allan Stephens
· 9 years ago
3c0b6f0
Eliminate definitions of k_memset() and k_memcpy()
by Allan Stephens
· 9 years ago
140d314
Eliminate references to k_memset() and k_memcpy()
by Allan Stephens
· 9 years ago
63720a9
Eliminate secure string error handling
by Allan Stephens
· 9 years ago
cb2d18c
Eliminate secure string library routines
by Allan Stephens
· 9 years ago
4b105f4
Eliminate testing of secure string library code
by Allan Stephens
· 9 years ago
4994fad
Kbuild documentation update.
by Juan Manuel Cruz
· 9 years ago
c02dd34
Renaming include/nanokernel to include/arch
by Dan Kalowsky
· 9 years ago
40e7780
Renaming CONFIGURE_UART_PORT macro
by Dan Kalowsky
· 9 years ago
b08727e
Add random number API test
by Dmitriy Korovkin
· 9 years ago
ec8a461
Introduce public APIs for random number generation
by Dmitriy Korovkin
· 9 years ago
e2fa00b
Algorithm improvement for timer based random number generator
by Dmitriy Korovkin
· 9 years ago
27bcb43
Random number generator driver unification
by Dmitriy Korovkin
· 9 years ago
6313939
Remove CUSTOM_RANDOM_GENERATOR from atom_n28xx platfotm
by Dmitriy Korovkin
· 9 years ago
5831c25
serial_console: Use dynamic irq connect
by Andrei Emeltchenko
· 9 years ago
bc9c884
kbuild: Avoid unconditional relinking of default target
by Dirk Brandewie
· 9 years ago
991e9d3
kbuild: remove asm-generic from dependency chain
by Dirk Brandewie
· 9 years ago
0876039
kbuild: remove error from clean target
by Dirk Brandewie
· 9 years ago
6fa99f8
kbuild: Only execute initconfig target once
by Dirk Brandewie
· 9 years ago
f25f9b3
kbuild: Remove compilation tool command line validation
by Dirk Brandewie
· 9 years ago
f9360e8
make: Fix qemu flags for ARM architecture
by Andrei Emeltchenko
· 9 years ago
f1c7c17
Use qemu from toolchain if available
by Anas Nashif
· 9 years ago
8e9d8eb
Remove nodes naming when using sysgen
by Anas Nashif
· 9 years ago
6082c09
Remove Makefile.modpost and .ko building
by Anas Nashif
· 9 years ago
04f2bdc
Remove directives for compressing modules/initrds
by Anas Nashif
· 9 years ago
81c6571
remove module related targets
by Anas Nashif
· 9 years ago
a2bb402
Do not set path for host tools
by Anas Nashif
· 9 years ago
4aff07c
arm/timer: Include headers based on selected BSP
by Szymon Janc
· 9 years ago
fb74cd4
Add In-Code Documentation Guidelines
by Rodrigo Caballero
· 9 years ago
1d339cd
doc: add nano kernel files and *.s pattern
by Anas Nashif
· 9 years ago
56b092d
Add Disclaimer explaining that the documentation is a work in progress.
by Rodrigo Caballero
· 9 years ago
67405bb
Add Object Documentation
by Rodrigo Caballero
· 9 years ago
Next »