-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adalogger m0 fixes #461
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. 8000 p>
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
Adalogger m0 fixes #461
Conversation
- Added D4 and moved associated SD_CS so that they are paired within list - Added D7 and SD_CD which is the SD Card Detect pin - Added D8 and GREEN_LED - Added RED_LED associated with D13
…pdated pins.c - Added D4 and moved associated SD_CS so that they are paired within list - Added D7 and SD_CD which is the SD Card Detect pin - Added D8 and GREEN_LED - Added RED_LED associated with D13 - Added Setup information regarding arm complier packages - [skip ci] doc not code
…orted - [skip ci] doc not code
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.
One change on the README. Thanks again!
atmel-samd/README.rst
Outdated
sudo dpkg --add-architecture i386 | ||
sudo apt-get update -qq || true | ||
sudo apt-get install -y python3 gcc-multilib pkg-config libffi-dev libffi-dev:i386 qemu-system gcc-mingw-w64 | ||
sudo apt-get install -y --force-yes gcc-arm-embedded |
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.
I don't think the middle three are actually required. Please also remove the -y
and --force-yes
arguments since these will be manually run.
- Setup information regarding arm complier packages was cleaned up - [skip ci] doc not code
Updated as requested |
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.
Thank you!
Code and documentation fixes for #323 and #317 on 2.x:
atmel-samd/boards/feather_m0_adalogger/pins: Added missing pins
atmel-samd/README:
Added D4 and moved associated SD_CS so that they are paired within list
Added D7 and SD_CD which is the SD Card Detect pin
Added D8 and GREEN_LED
Added RED_LED associated with D13
Added Setup information regarding arm complier packages
README:
Updated to reflect that feather_m0_adalogger microSD is supported