File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
boards/itsybitsy_m4_express Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
// <i> This defines the clock source for RTC
18
18
// <id> rtc_source_oscillator
19
19
#ifndef CONF_RTCCTRL_SRC
20
- #define CONF_RTCCTRL_SRC GCLK_GENCTRL_SRC_XOSC32K
20
+ #define CONF_RTCCTRL_SRC GCLK_GENCTRL_SRC_OSCULP32K
21
21
#endif
22
22
23
23
// <q> Use 1 kHz output
Original file line number Diff line number Diff line change 7
7
#define MICROPY_HW_APA102_MOSI (&pin_PB03)
8
8
#define MICROPY_HW_APA102_SCK (&pin_PB02)
9
9
10
+ #define CIRCUITPY_BITBANG_APA102
11
+
10
12
// These are pins not to reset.
11
- // QSPI Data pins and TX LED
13
+ // QSPI Data pins
12
14
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
13
- // RX LED , QSPI CS, QSPI SCK and NeoPixel pin
15
+ // DotStar pins , QSPI CS, and QSPI SCK
14
16
#define MICROPY_PORT_B (PORT_PB02 | PORT_PB03 | PORT_PB10 | PORT_PB11)
15
17
#define MICROPY_PORT_C (0)
16
18
#define MICROPY_PORT_D (0)
25
27
26
28
#include "external_flash/devices.h"
27
29
28
- #define EXTERNAL_FLASH_DEVICE_COUNT 3
29
- #define EXTERNAL_FLASH_DEVICES S25FL116K, S25FL216K, GD25Q16C
30
+ #define EXTERNAL_FLASH_DEVICE_COUNT 1
31
+ #define EXTERNAL_FLASH_DEVICES GD25Q16C
30
32
31
33
#include "external_flash/external_flash.h"
You can’t perform that action at this time.
0 commit comments