| Age | Commit message (Collapse) | Author |
|
msc,cdc,hid
HIL enable device DMA for p4
|
|
|
|
make/cmake PORT=0/1. default to fsdev
|
|
|
|
recovered.
|
|
family_configure_device/host/dual_example()
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
|
|
|
|
IAR generates warning Pa167 'the "fallthrough" attribute is not supported'.
It doesn't generate warnings when one switch case falls through to another,
so simply make TU_ATTR_FALLTHROUGH expand to an empty string.
Also replace one instance of __attribute__ with the macro.
|
|
|
|
Fix CPP compilation with IAR
|
|
IAR defines __STDC_VERSION__ in cpp as well.
Which causes TU_VERIFY_STATIC to be defined as _Static_assert
instead of cpp's static_assert.
This reorders __cplusplus__ to be first, then to fallback to
__STDC_VERSION__ if not CPP.
|
|
|
|
ARMCC also sets __GNU__ macro, but doesn't support
GCC diagnostic pragmas.
|
|
|
|
|
|
useful for freertos/ prefix with esp IDF
|
|
|
|
clean up packed/bit order begin end
|
|
|
|
Wini-Buh-CCRX_Port
|
|
|
|
|
|
|
|
|
|
|
|
* add tu_unaligned_read32/write32
* added tu_unaligned_read16/write16
* add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
started with pca10056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|