8000 ports/atmel-samd: feather_m0_adalogger readme updates (#460) · boneskull/circuitpython@fb1dcd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb1dcd3

Browse files
stewmystretannewt
authored andcommitted
ports/atmel-samd: feather_m0_adalogger readme updates (adafruit#460)
- 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
1 parent 5eb7958 commit fb1dcd3

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This project is in beta. Most APIs should be stable going forward.
3939
* [Adafruit Feather HUZZAH][]
4040
* [Adafruit Feather M0 Basic][]
4141
* [Adafruit Feather M0 Bluefruit LE][] (uses M0 Basic binaries)
42-
* [Adafruit Feather M0 Adalogger][] (MicroSD card not supported yet.)
42+
* [Adafruit Feather M0 Adalogger][] (MicroSD card supported using the [Adafruit CircuitPython SD library](https://github.com/adafruit/Adafruit_CircuitPython_SD))
4343
* [Arduino Zero][]
4444

4545
## Download

ports/atmel-samd/README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ PB08 ``A1`` ``A7`` / ``TX`` ``A1``
2828
PB09 ``A2`` ``A6`` / ``RX`` ``A2`` ``A2`` ``A2`` ``A2``
2929
PA04 ``A3`` ``IR_PROXIMITY`` ``A3`` ``A3`` ``A3`` ``D0`` / ``TX`` / ``SDA`` ``A3``
3030
PA05 ``A4`` ``A1`` ``A4`` ``A4`` ``A4`` ``D2`` / ``RX`` / ``SCL`` ``A4``
31-
PA06 ``D8`` ``A2`` ``NEOPIXEL`` ``D8`` ``D4`` / ``TX``
31+
PA06 ``D8`` ``A2`` ``D8`` / ``GREEN_LED`` ``NEOPIXEL`` ``D8`` ``D4`` / ``TX``
3232
PA07 ``D9`` ``A3`` ``D9`` ``D9`` ``D9`` ``D9`` ``D3`` / ``RX``
33-
PA08 ``D4`` ``MICROPHONE_DO`` ``SD_CS`` ``D4`` ``D0`` / ``SDA``
33+
PA08 ``D4`` ``MICROPHONE_DO`` ``D4`` / ``SD_CS`` ``D4`` ``D0`` / ``SDA``
3434
PA09 ``D3`` ``TEMPERATURE`` / ``A9`` ``D3`` ``D2`` / ``SCL``
3535
PA10 ``D1`` / ``TX`` ``MICROPHONE_SCK`` ``D1`` / ``TX`` ``D1`` / ``TX`` ``D1`` / ``TX`` ``D1`` / ``TX`` ``D13``
3636
PA11 ``D0`` / ``RX`` ``LIGHT`` / ``A8`` ``D0`` / ``RX`` ``D0`` / ``RX`` ``D0`` / ``RX`` ``D0`` / ``RX``
@@ -41,11 +41,11 @@ PA13 ``ACCELEROMETER_INTERRUPT``
4141
PA14 ``D2`` ``BUTTON_B`` / ``D5`` ``D2``
4242
PA15 ``D5`` ``SLIDE_SWITCH`` / ``D7`` ``D5`` ``D5`` ``D5`` ``D5``
4343
PA16 ``D11`` ``MISO`` ``D11`` ``D11`` ``D11`` ``D11``
44-
PA17 ``D13`` ``D13`` ``D13`` ``D13`` ``D13`` ``D13``
44+
PA17 ``D13`` ``D13`` ``D13`` / ``RED_LED`` ``D13`` ``D13`` ``D13``
4545
PA18 ``D10`` ``D10`` ``D10`` ``D10`` ``D10``
4646
PA19 ``D12`` ``D12`` ``D12`` ``D12`` ``D12``
4747
PA20 ``D6`` ``MOSI`` ``D6`` ``D6`` ``D6`` ``D6``
48-
PA21 ``D7`` ``SCK`` ``D7``
48+
PA21 ``D7`` ``SCK`` ``D7`` / ``SD_CD`` ``D7``
4949
PA22 ``SDA`` ``SDA`` ``SDA`` ``SDA`` ``SDA``
5050
PA23 ``SCL`` ``REMOTEOUT`` / ``IR_TX`` ``SCL`` ``SCL`` ``SCL`` ``L`` / ``D13`` ``SCL``
5151
PA24
@@ -113,6 +113,15 @@ PB02 **Yes** **Yes** **Yes** **Yes**
113113
PB03 **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes**
114114
===================== ======== ========= ========= ======= ======= ======= ========= ========= ======= ========== ========== ========= ========= ========= ============ ======= ======= =========
115115

116+
Setup
117+
-----
118+
Install required compiler packages:
119+
120+
.. code-block:: shell
121+
122+
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
123+
sudo apt-get install gcc-arm-embedded
124+
116125
Building
117126
--------
118127

0 commit comments

Comments
 (0)
0