-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated standalone freertos submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule freertos-neneco-hartstone
updated
10 files
+8 −1 | RPI4_drivers/neneco/Makefile | |
+4 −1 | RPI4_drivers/neneco/src/FreeRTOSConfig.h | |
+9 −3 | RPI4_drivers/neneco/src/main.c | |
+375 −0 | hartstone/hartstone.c | |
+160 −0 | hartstone/inc/global.h | |
+107 −0 | hartstone/inc/hartstone.h | |
+68 −0 | hartstone/inc/periodic_task.h | |
+174 −0 | hartstone/inc/whetstone.h | |
+1 −0 | hartstone/sources.mk | |
+34 −0 | hartstone/whetstone.c |