auav_esc35-v1: Inital commit NuttX 7.27+

This commit is contained in:
David Sidrane
2018-12-17 09:19:04 -08:00
parent e7f8042e90
commit 34aabed5e5
2 changed files with 253 additions and 83 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -203,3 +203,8 @@ __EXPORT int board_app_initialize(uintptr_t arg)
__EXPORT void board_crashdump(uintptr_t currentsp, FAR void *tcb, FAR const uint8_t *filename, int lineno)
{
}
__EXPORT int fsync(int fd)
{
return 0;
}