Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
242b13cc8d64b90643bae01a3cad8da508ab3c26
/
include
/
linker
0dd83b8
kernel: Add k_heap synchronized memory allocator
by Andy Ross
· 5 years ago
02fe85d
net: Remove leftovers for obsolete net stacks shell command
by Jukka Rissanen
· 5 years ago
4e1637b
kernel: add sys init level for SMP
by Daniel Leung
· 5 years ago
28be793
kernel: delete separate logic for priv stacks
by Andrew Boie
· 5 years ago
2f3a89f
kernel: rename _k_object_assignment
by Andrew Boie
· 5 years ago
e816ac7
isr_tables: Support hardware interrupt vector table-only configuration.
by Stephanos Ioannidis
· 5 years ago
8ccc04d
tracing: add infrastructure for collection of tracing data
by Wentong Wu
· 5 years ago
87d8a03
arch: arm64: Support aarch64-gcc compiler
by Carlo Caione
· 5 years ago
b7eb04b
x86: consolidate x86_64 architecture, SoC and boards
by Daniel Leung
· 5 years ago
ff36fc7
linker: cxx: Include .gcc_except_table sections
by Jan Van Winkel
· 6 years ago
3cf1bff
arch/x86: complete 64-bit linker script
by Charles E. Youse
· 6 years ago
70c4aa4
sys_sem: straighten build time definition macros
by Nicolas Pitre
· 6 years ago
6767563
arch/x86: remove support for IAMCU ABI
by Charles E. Youse
· 6 years ago
cd4e789
LOG_BACKEND_DEFINE(): use Z_STRUCT_SECTION_ITERABLE()
by Nicolas Pitre
· 6 years ago
1f4b5dd
riscv32: rename to riscv
by Nicolas Pitre
· 6 years ago
2bdfede
cpp: support for 64-bit constructors
by Nicolas Pitre
· 6 years ago
f95938d
net: ppp: Initial support for point-to-point protocol
by Jukka Rissanen
· 6 years ago
51bc0a0
linker: Make alignment size for sw_isr_table configurable
by Yasushi SHOJI
· 6 years ago
b4c5f4b
linker: Add dtcm section for Cortex M7 MCUs
by Alexander Wachter
· 6 years ago
a66a036
subsys/cfb: correct font definition macro for linker script
by Peter A. Bigot
· 6 years ago
4e8ddfd
Bluetooth: L2CAP: Make use of Z_STRUCT_SECTION_ITERABLE
by Luiz Augusto von Dentz
· 6 years ago
8b9920f
Bluetooth: GATT: Make use of Z_STRUCT_SECTION_ITERABLE
by Luiz Augusto von Dentz
· 6 years ago
66045b5
net/socket: use the iterable section object constructor/iterator
by Nicolas Pitre
· 6 years ago
a2fd7d7
cleanup: include/: move misc/util.h to sys/util.h
by Anas Nashif
· 6 years ago
5f19c81
subsys/settings: Update bluetooth module
by Laczen JMS
· 6 years ago
c20ff11
subsys/settings: Enable handler ROM registration
by Laczen JMS
· 6 years ago
f15c12d
arch: arm: expose start/end limits of the thread priv stack section
by Ioannis Glaropoulos
· 6 years ago
7da47c6
include: scripts: fix typos in priv_stacks.ld
by Ioannis Glaropoulos
· 6 years ago
aa922885
linker generated list: provide an iterator to simplify list access
by Nicolas Pitre
· 6 years ago
b1d3742
linker generated list: introduce Z_STRUCT_SECTION_ITERABLE()
by Nicolas Pitre
· 6 years ago
a3bea88
Bluetooth: L2CAP: Move fixed channels to its own section in ROM
by Luiz Augusto von Dentz
· 6 years ago
cd92af1c
linker: kobject-text.ld: avoid backwards location counter
by Wentong Wu
· 6 years ago
fb0faaa
testsuite: coverage: Port GCOV linker code to Cmake.
by Øyvind Rønningstad
· 6 years ago
89bf157
net: sockets: Add a way to register a socket family handler
by Jukka Rissanen
· 6 years ago
e0f3ab6
Bluetooth: GATT: Add support for static services
by Luiz Augusto von Dentz
· 6 years ago
0e4d4fa
include/linker: .object_access.* should be in ROM
by Wayne Ren
· 6 years ago
3ae5262
license: cleanup: add SPDX Apache-2.0 license identifier
by Anas Nashif
· 6 years ago
7c0a245
arch: Rename reserved function names
by Patrik Flykt
· 6 years ago
4da0f8b
linker: Remove unused (OPTIONAL) from linker scripts
by Kumar Gala
· 6 years ago
212ec9a
linker: sort app shared mem partition by alignment
by Daniel Leung
· 6 years ago
e8a2348
linker: move app_smem.ld into include/linker
by Daniel Leung
· 6 years ago
4344e27
all: Update reserved function names
by Patrik Flykt
· 6 years ago
57f5f80
linker: no need to sort by name for kernel object
by Daniel Leung
· 6 years ago
c8066c5
linker: remove references to _k_task_list/_k_event_list
by Daniel Leung
· 6 years ago
bd40fc2
linker: remove references to no longer exist _k_memory_pool
by Daniel Leung
· 6 years ago
992f29a
arch: make __ramfunc support transparent
by Aurelien Jarno
· 6 years ago
eb097bd
arch: arm: mpu: get the __ramfunc region size from the linker
by Aurelien Jarno
· 6 years ago
e1cc657
arm: Placing the functions which holds __ramfunc into '.ramfunc'
by qianfan Zhao
· 6 years ago
5f4683d
x86: fix ROM permissions
by Andrew Boie
· 6 years ago
ed85b76
LD: Assert when CONFIG_PRIVILEGED_STACK_TEXT_AREA is too small
by Sebastian Bøe
· 6 years ago
bfaaa6b
dts: Convert CONFIG_CCM to DT_CCM
by Kumar Gala
· 6 years ago
41f6011
userspace: remove APPLICATION_MEMORY feature
by Andrew Boie
· 6 years ago
9bebf4c
x86: fix app shared memory if XIP enabled
by Adithya Baglody
· 6 years ago
c253a68
app_shmem: auto-initialize partitions
by Andrew Boie
· 6 years ago
1ee7b0d
linker: x86: add orphan linker sections
by Anas Nashif
· 6 years ago
bfad972
kernel: remove k_alert API
by Peter A. Bigot
· 6 years ago
b57a149
Gcov: Added linker changes needed by Gcov.
by Adithya Baglody
· 6 years ago
71e90f9
Gcov: Enable Code coverage reporting over UART.
by Adithya Baglody
· 6 years ago
7740f73
include/linker_defs.h: Remove noop architecture detection
by Andy Ross
· 6 years ago
a9389da
soc: nxp_imx: Add support for device configuration data (DCD)
by Maureen Helm
· 6 years ago
8e30049
soc: nxp_imx: Add support for external xip flash boot header
by Maureen Helm
· 6 years ago
385bc26
include: linker: improve documentation of app shared mem symbols
by Ioannis Glaropoulos
· 6 years ago
ce8e1ec
Revert "interrupts: use weak linkage instead ..."
by Andrew Boie
· 6 years ago
d85efe0
arch: arm: Add symbol for flash used
by Håkon Øye Amundsen
· 6 years ago
6fd1691
kernel: Add a "nocache" read-write memory section
by Aurelien Jarno
· 6 years ago
c2e01df
workqueues: don't put k_work in special section
by Andrew Boie
· 6 years ago
140863f
interrupts: use weak linkage instead of linkonce
by Andrew Boie
· 6 years ago
506f15c
interrupts: simplify position of sw ISR table
by Andrew Boie
· 6 years ago
6600c64
linker: warn about orphan sections
by Daniel Leung
· 6 years ago
1fa8cf9
linker: arm: place priv.noinit at the end of RAM
by Adithya Baglody
· 6 years ago
f531e0d
subsys: add monochrome character framebuffer
by Johann Fischer
· 6 years ago
0d4b5da
Revert "linker: warn about orphan sections"
by Anas Nashif
· 6 years ago
8c9ce8d
Revert "linker: more .rel for orphan sections"
by Anas Nashif
· 6 years ago
bb0e49c
Revert "linker: use wildcards in rel-sections.ld"
by Anas Nashif
· 6 years ago
9ae3ea4
linker: use wildcards in rel-sections.ld
by Daniel Leung
· 6 years ago
6ba4488
linker: more .rel for orphan sections
by Daniel Leung
· 6 years ago
6fc0d77
arch: add big endian support
by Yasushi SHOJI
· 6 years ago
8ce758a
linker: warn about orphan sections
by Daniel Leung
· 6 years ago
67e238e
linker: arm: add missing period for CCM section name
by Daniel Leung
· 6 years ago
eb29978
userspace: move KOBJECT/PRIVILEGED_STACK_TEXT_AREA to Kconfig
by Anas Nashif
· 6 years ago
6aed72e
shell: Shell subsystem reimplementation
by Krzysztof Chruscinski
· 7 years ago
878a0f0
ld: Put 'sizeof(struct device)' in the generated offsets header
by Sebastian Bøe
· 7 years ago
67ca176
headers: Fix headers across the project
by Flavio Ceolin
· 7 years ago
cbe7b4f
linker: Re-implement {APP,KERNEL}_INPUT_SECTION
by Sebastian Bøe
· 7 years ago
964f6dc
linker: Minor refactor of the APP_SMEM_SECTION macro
by Sebastian Bøe
· 7 years ago
db3f6aa
arch: arm: add option to define an NSC region
by Ioannis Glaropoulos
· 7 years ago
e58b654
kernel: threads: assign index no. to dynamically created threads
by Daniel Leung
· 7 years ago
573f32b
userspace: compartmentalized app memory organization
by Shawn Mosley
· 7 years ago
bbeef41
logging: subsystem major redesign
by Krzysztof Chruściński
· 7 years ago
a1e806b
gen_isr_tables: Delete the dead code accompanying .intList.num_isrs
by Sebastian Bøe
· 7 years ago
2be6594
usb: bos: Add linker sections for USB BOS descriptor
by Andrei Emeltchenko
· 7 years ago
aed0b6c
isr_tables: Simplify how the sw_irq_handler function is used
by Sebastian Bøe
· 7 years ago
8f321b4
isr_tables: Simplify how the spurious irq function address is found
by Sebastian Bøe
· 7 years ago
b35a41f
include: linker: add sections for USB device stack
by Johann Fischer
· 7 years ago
d70196b
linker-defs: Increase the number of kernel objects
by Adithya Baglody
· 7 years ago
470349c
Bluetooth: settings: Add support for per-submodule handlers
by Johan Hedberg
· 7 years ago
31bdfc0
userspace: add support for dynamic kernel objects
by Andrew Boie
· 7 years ago
6049207
net: Add initial TX and RX traffic class support
by Jukka Rissanen
· 7 years ago
47dafff
net: if: Separate IP address configuration from net_if
by Jukka Rissanen
· 7 years ago
581446d
linker: arm: add stm32 ccm sections
by Erwin Rol
· 7 years ago
Next »