summary refs log tree commit diff stats
path: root/tests/avr
Commit message (Collapse)AuthorAgeFilesLines
* default threads on (#19368)flywind2022-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * default threads on * make rst gcsafe * ignore threads option for nimscript * threads off * use createShared for threads * test without threads * avr threds off * avr threads off * async threads off * threads off * fix ci * restore option * make CI pleased * fix ic tests * Update config.nims * add changelog * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* ensure the avr example keeps compiling (#17663)Andreas Rumpf2021-04-073-0/+31
* ensure the avr example keeps compiling * Update tests/avr/thello.nim * now compiles properly