| Age | Commit message (Collapse) | Author |
|
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example
|
|
|
|
|
|
|
|
|
|
|
|
test run locally well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with IAR build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
family_configure_device/host/dual_example()
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently OSS fuzz expects to have complete control over the
sanitizer flags. As we currently have these set it's causing
problems with the OSS fuzz build. Instead we should use the
provided variables from the OSS fuzz build environment. For
local testing we'll create a set a well defined defaults.
|