This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
7da4a34aac
nuttx-apps
/
include
/
testing
/
.gitignore
3 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merged in raiden00/apps (pull request #141) testing: add Unity - unit testing library from ThrowTheSwitch.org * examples/powerled: add arch initialization; examples/smps: fixes in some printf and in Kconfig * testing: add Unity - unit testing library from ThrowTheSwitch.org Approved-by: GregoryN <gnutt@nuttx.org>
2018-06-15 14:44:22 +02:00
/unity.h
Ensure all source code end with one and only one newline by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-07 14:31:07 +01:00
/unity_internals.h
Reference in New Issue
Copy Permalink