rtimer implementation (not well tested)
sprintf that use strformat, so there's no need to pull in the newlib implementation. Build system improvements.
This commit is contained in:
parent
1ca82694f5
commit
792eae91c6
15 changed files with 294 additions and 67 deletions
3
cpu/at91sam7s/loader/empty-symbols.c
Normal file
3
cpu/at91sam7s/loader/empty-symbols.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "symbols.h"
|
||||
const int symbols_nelts = 0;
|
||||
const struct symbols symbols[] = {{0,0}};
|
Loading…
Add table
Add a link
Reference in a new issue