-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beaglebone #1422
Beaglebone #1422
Conversation
Please have a look at this PR and check for comments that could also apply to yours: #1411 |
So i guess the problem is that we also add a lot of lines and files? We asked the Tutor the last time and he suggested to add all Starterware files (also the ones not used by RIOT yet) to the folder structure in order to simplifiy further development. |
True, I did. But at that point and after some more reconsideration I would in this case also vote for 'externalizing' the SDK files -> your PR has half the amount of LoC than all of RIOT so far... |
export LINK = $(PREFIX)gcc | ||
export SIZE = $(PREFIX)size | ||
export OBJCOPY = $(PREFIX)objcopy | ||
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm.py
+export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
+export TERMFLAGS = -p
9f184dd
to
45554bf
Compare
Close as memo? |
+1 |
The implemented features:
U-Boot setup
UART driver
GPIO driver
Global interrupt enabling/disabling
Preparing a stack and starting a thread
Thread yield