Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Beaglebone #1422

wants to merge 2 commits into from

Conversation

madte
Copy link

@madte madte commented Jul 15, 2014

The implemented features:

U-Boot setup
UART driver
GPIO driver
Global interrupt enabling/disabling
Preparing a stack and starting a thread
Thread yield

@LudwigKnuepfer
Copy link
Member

Please have a look at this PR and check for comments that could also apply to yours: #1411

@madte
Copy link
Author

madte commented Jul 15, 2014

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.

@miri64 miri64 added this to the FU-SWP summer 2014 milestone Jul 15, 2014
@haukepetersen
Copy link
Contributor

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
Copy link
Member

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

@OlegHahm OlegHahm force-pushed the master branch 3 times, most recently from 9f184dd to 45554bf Compare March 31, 2015 13:01
@OlegHahm
Copy link
Member

Close as memo?

@haukepetersen
Copy link
Contributor

+1

@OlegHahm OlegHahm closed this May 19, 2015
@OlegHahm OlegHahm added the State: archived State: The PR has been archived for possible future re-adaptation label May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: archived State: The PR has been archived for possible future re-adaptation Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants