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
732ab5311d
zephyr
/
scripts
/
checkpatch
/
typedefsfile
3 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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