You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the examples are just copy-pastes of the 'hello world' example for each board which doesn't actually need to be board specific.
Nowadays there are enough boards that it's becoming annoying to deal with so we should change the file structure to something like: examples/hello/*
and have it work for every board by passing MICROKIT_BOARD=<board>.
And for the actually platform specific examples such as example/odroidc4/timer, we should change it to something like: example/timer/board/odroidc4/timer.system and all the other non-platform specific files go in example/timer/.
The text was updated successfully, but these errors were encountered:
Most of the examples are just copy-pastes of the 'hello world' example for each board which doesn't actually need to be board specific.
Nowadays there are enough boards that it's becoming annoying to deal with so we should change the file structure to something like:
examples/hello/*
and have it work for every board by passing
MICROKIT_BOARD=<board>
.And for the actually platform specific examples such as
example/odroidc4/timer
, we should change it to something like:example/timer/board/odroidc4/timer.system
and all the other non-platform specific files go inexample/timer/
.The text was updated successfully, but these errors were encountered: