Board specific configuration for the Adafruit Feather M0.
More...
Board specific configuration for the Adafruit Feather M0.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
#include "periph_cpu.h"
#include "periph/gpio.h"
Go to the source code of this file.
◆ ATWINC15X0_PARAM_CHIP_EN_PIN
| #define ATWINC15X0_PARAM_CHIP_EN_PIN GPIO_PIN(0, 14) |
◆ ATWINC15X0_PARAM_IRQ_PIN
| #define ATWINC15X0_PARAM_IRQ_PIN GPIO_PIN(0, 21) |
◆ ATWINC15X0_PARAM_RESET_PIN
| #define ATWINC15X0_PARAM_RESET_PIN GPIO_PIN(0, 8) |
◆ ATWINC15X0_PARAM_SPI
| #define ATWINC15X0_PARAM_SPI SPI_DEV(0) |
◆ ATWINC15X0_PARAM_SSN_PIN
| #define ATWINC15X0_PARAM_SSN_PIN GPIO_PIN(0, 6) |
◆ ATWINC15X0_PARAM_WAKE_PIN
◆ BOOTLOADER_UF2
This board uses the UF2 bootloader.
Boards after around 2018 use the more modern UF2 bootloader. Comment out for the old BOSSA bootloader or upgrade to the UF2 bootloader.
Definition at line 77 of file board.h.
◆ LED0_MASK
| #define LED0_MASK (1 << 17) |
◆ LED0_OFF
| #define LED0_OFF (LED_PORT.OUTCLR.reg = LED0_MASK) |
◆ LED0_ON
| #define LED0_ON (LED_PORT.OUTSET.reg = LED0_MASK) |
◆ LED0_PIN
◆ LED0_TOGGLE
| #define LED0_TOGGLE (LED_PORT.OUTTGL.reg = LED0_MASK) |
◆ LED_PORT
| #define LED_PORT PORT->Group[PA] |
◆ SX127X_PARAM_DIO1
◆ SX127X_PARAM_DIO2
◆ SX127X_PARAM_DIO3
◆ SX127X_PARAM_PASELECT
◆ SX127X_PARAM_SPI
| #define SX127X_PARAM_SPI SPI_DEV(0) |