@@ -32,6 +32,7 @@ lib_deps =
32
32
adafruit/ENS160 - Adafruit Fork
33
33
adafruit/Adafruit SleepyDog Library
34
34
adafruit/Adafruit AHTX0
35
+ adafruit/Adafruit AS5600 Library
35
36
adafruit/Adafruit BME280 Library
36
37
adafruit/Adafruit BMP280 Library
37
38
adafruit/Adafruit BMP3XX Library
@@ -205,6 +206,7 @@ board_build.partitions = min_spiffs.csv
205
206
extends = common:esp32
206
207
board = featheresp32-s2
207
208
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2 -DBOARD_HAS_PSRAM
209
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
208
210
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
209
211
extra_scripts = pre:rename_usb_config.py
210
212
@@ -213,6 +215,7 @@ extra_scripts = pre:rename_usb_config.py
213
215
extends = common:esp32
214
216
board = adafruit_feather_esp32s2_tft
215
217
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT -DBOARD_HAS_PSRAM
218
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
216
219
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
217
220
extra_scripts = pre:rename_usb_config.py
218
221
@@ -221,6 +224,7 @@ extra_scripts = pre:rename_usb_config.py
221
224
extends = common:esp32
222
225
board = adafruit_feather_esp32s2_reversetft
223
226
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT -DBOARD_HAS_PSRAM
227
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
224
228
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
225
229
extra_scripts = pre:rename_usb_config.py
226
230
@@ -229,7 +233,7 @@ extra_scripts = pre:rename_usb_config.py
229
233
extends = common:esp32
230
234
board = adafruit_feather_esp32s3
231
235
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3 -DBOARD_HAS_PSRAM
232
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
236
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
233
237
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
234
238
extra_scripts = pre:rename_usb_config.py
235
239
@@ -248,7 +252,7 @@ build_type = debug
248
252
debug_tool = esp-builtin
249
253
board = adafruit_feather_esp32s3_tft
250
254
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT -DBOARD_HAS_PSRAM
251
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
255
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
252
256
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
253
257
extra_scripts = pre:rename_usb_config.py
254
258
@@ -257,7 +261,7 @@ extra_scripts = pre:rename_usb_config.py
257
261
extends = common:esp32
258
262
board = adafruit_feather_esp32s3_reversetft
259
263
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT -DBOARD_HAS_PSRAM
260
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
264
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
261
265
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
262
266
extra_scripts = pre:rename_usb_config.py
263
267
@@ -266,7 +270,7 @@ extra_scripts = pre:rename_usb_config.py
266
270
extends = common:esp32
267
271
board = adafruit_magtag29_esp32s2
268
272
build_flags = -DARDUINO_MAGTAG29_ESP32S2 -DBOARD_HAS_PSRAM
269
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
273
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
270
274
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
271
275
extra_scripts = pre:rename_usb_config.py
272
276
@@ -275,9 +279,12 @@ extra_scripts = pre:rename_usb_config.py
275
279
extends = common:esp32
276
280
board = adafruit_metro_esp32s2
277
281
build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
278
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
282
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
279
283
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
280
284
extra_scripts = pre:rename_usb_config.py
285
+ ; debug_tool = jlink
286
+ ; upload_protocol = jlink
287
+ ; debug_init_break = tbreak WipperSnapper_I2C_Driver_MLX90632D
281
288
282
289
; Adafruit Metro ESP32-S3
283
290
[env:adafruit_metro_esp32s3]
@@ -287,13 +294,14 @@ build_flags = -DARDUINO_METRO_ESP32S3 -DBOARD_HAS_PSRAM
287
294
; set partition to tinyuf2-partitions-16MB.csv as of idf 5.1
288
295
board_build.partitions = tinyuf2-partitions-16MB.csv
289
296
extra_scripts = pre:rename_usb_config.py
297
+ debug_tool = jlink
290
298
291
299
; Adafruit Funhouse ESP32-S2
292
300
[env:adafruit_funhouse_esp32s2]
293
301
extends = common:esp32
294
302
board = adafruit_funhouse_esp32s2
295
303
build_flags = -DARDUINO_FUNHOUSE -DBOARD_HAS_PSRAM
296
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
304
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
297
305
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
298
306
extra_scripts = pre:rename_usb_config.py
299
307
@@ -322,7 +330,7 @@ build_flags =
322
330
-DLV_LOG_PRINTF =1
323
331
-DLV_LOG_COLOR =1
324
332
-DLV_LOG_LEVEL =LV_LOG_LEVEL_TRACE
325
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
333
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
326
334
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
327
335
extra_scripts = pre:rename_usb_config.py
328
336
@@ -364,7 +372,7 @@ board_build.partitions = min_spiffs.csv
364
372
extends = common:esp32
365
373
board = adafruit_qtpy_esp32s2
366
374
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S2 -DBOARD_HAS_PSRAM
367
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
375
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
368
376
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
369
377
extra_scripts = pre:rename_usb_config.py
370
378
@@ -381,12 +389,14 @@ extra_scripts = pre:rename_usb_config.py
381
389
extends = common:esp32
382
390
board = adafruit_qtpy_esp32s3_n4r2
383
391
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2 -DBOARD_HAS_PSRAM
392
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
384
393
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
385
394
extra_scripts = pre:rename_usb_config.py
386
395
387
396
[env:adafruit_qtpy_esp32s3_with_psram_debug]
388
397
extends = common:esp32
389
398
board = adafruit_qtpy_esp32s3_n4r2
399
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
390
400
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
391
401
build_type = debug
392
402
build_flags =
0 commit comments