Browse Source

Merge pull request #564 from oltaco/fix-wiotracker-l1-board

WioTracker L1 various fixes
pull/571/head
ripplebiz 10 months ago
committed by GitHub
parent
commit
d13dc10bf3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      boards/seeed-wio-tracker-l1.json
  2. 12
      variants/wio-tracker-l1/variant.h

4
boards/seeed-wio-tracker-l1.json

@ -40,8 +40,8 @@
], ],
"name": "Seeed Wio Tracker L1", "name": "Seeed Wio Tracker L1",
"upload": { "upload": {
"maximum_ram_size": 248832, "maximum_ram_size": 237568,
"maximum_size": 815104, "maximum_size": 811008,
"protocol": "nrfutil", "protocol": "nrfutil",
"speed": 115200, "speed": 115200,
"protocols": [ "protocols": [

12
variants/wio-tracker-l1/variant.h

@ -91,12 +91,12 @@
#define PIN_GPS_EN (18) #define PIN_GPS_EN (18)
// QSPI Pins // QSPI Pins
#define PIN_QSPI_SCK (21) #define PIN_QSPI_SCK (19)
#define PIN_QSPI_CS (22) #define PIN_QSPI_CS (20)
#define PIN_QSPI_IO0 (23) #define PIN_QSPI_IO0 (21)
#define PIN_QSPI_IO1 (24) #define PIN_QSPI_IO1 (22)
#define PIN_QSPI_IO2 (25) #define PIN_QSPI_IO2 (23)
#define PIN_QSPI_IO3 (26) #define PIN_QSPI_IO3 (24)
#define EXTERNAL_FLASH_DEVICES P25Q16H #define EXTERNAL_FLASH_DEVICES P25Q16H
#define EXTERNAL_FLASH_USE_QSPI #define EXTERNAL_FLASH_USE_QSPI

Loading…
Cancel
Save