File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " esp32_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_ESP32_DEV" ,
9
+ " -DBOARD_HAS_PSRAM" ,
10
+ " -mfix-esp32-psram-cache-issue" ,
11
+ " -mfix-esp32-psram-cache-strategy=memw"
12
+ ],
13
+ "f_cpu" : " 240000000L" ,
14
+ "f_flash" : " 40000000L" ,
15
+ "flash_mode" : " dio" ,
16
+ "mcu" : " esp32" ,
17
+ "variant" : " esp32"
18
+ },
19
+ "connectivity" : [
20
+ " wifi" ,
21
+ " bluetooth" ,
22
+ " ethernet" ,
23
+ " can"
24
+ ],
25
+ "debug" : {
26
+ "openocd_board" : " esp-wrover-32.cfg"
27
+ },
28
+ "frameworks" : [
29
+ " arduino" ,
30
+ " espidf"
31
+ ],
32
+ "name" : " Freenove ESP32-Wrover" ,
33
+ "upload" : {
34
+ "flash_size" : " 4MB" ,
35
+ "maximum_ram_size" : 327680 ,
36
+ "maximum_size" : 4194304 ,
37
+ "require_upload_port" : true ,
38
+ "speed" : 460800
39
+ },
40
+ "url" : " https://store.freenove.com/products/fnk0060" ,
41
+ "vendor" : " Freenove"
42
+ }
You can’t perform that action at this time.
0 commit comments