Commit 3267ac4
Set extra.time.local property in SetupBoardToolchain function
Teensy board.txt file is using extra.time.local to define
__rtc_localtime symbol at link time.
For Linux, using `date +'%s'` gives epoch time, use this comand to
compute time using subprocess_command.
Signed-off-by: leo sartre <leo.sartre@e.email>1 parent a98d20d commit 3267ac4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
183 | 189 | | |
184 | 190 | | |
185 | 191 | | |
| |||
0 commit comments