Commit Graph

3 Commits

Author SHA1 Message Date
Gaurav Aggarwal
341a8dc6d1 Add a minimal project which builds all the files
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2025-03-10 15:48:35 +00:00
Yuhui Zheng
52b1a0f80d Fix "error: #268: declaration may not appear after executable statement in block", when C99 is disabled.
We do have other errors when C99 is disabled, namely the struct initialization and type casting.
I'm not fixing those here, since:
- struct init is consistent within this lib.
- type casting is needed in this design, to hide FreeRTOS symbols.
2020-02-26 11:34:16 -08:00
Yuhui Zheng
eb87d247f9 After this commit, this repository contains only POSIX source code. 2020-02-21 11:58:33 -08:00