This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
97d2d7317c
zephyr
/
scripts
/
checkpatch
/
typedefsfile
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kernel: add an architecture specific structs header Add the ability to define architecture specific structures, notably the ability to extend struct _cpu with per-CPU arch-specific stuff that can be accessed with _current_cpu->arch.* similarly to _current->arch.* for per-thead architecture data. This is opt-in for architectures that want to benefit from this, otherwise empty defaults are provided. A placeholder for ARM64 is included to show the pattern. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-04-16 04:27:45 +08:00
_cpu_arch_t
aarch64: mem_domain: Introduce k_mem_partition_attr_t Introduce the kernel macros for memory attribution also for AArch64. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2020-11-11 18:20:10 +08:00
k_mem_partition_attr_t
checkpatch: define typedefsfile to deal with a few false positives checkpatch expects typedefs to be suffixed with _t and has different rules when typedefs are being used as arguments of a function. This seems to be a known issue and defining typedefs in a file resolves this issue. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-09 22:15:13 +08:00
mbedtls_pk_context
kernel: rename NANO_ESF This is now called z_arch_esf_t, conforming to our naming convention. This needs to remain a typedef due to how our offset generation header mechanism works. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-17 06:21:19 +08:00
z_arch_esf_t