Skip to content

Commit 91cb4f3

Browse files
authored
Add Deneyap Kart Board and Deneyap Mini Board (platformio#681)
1 parent 0a010b6 commit 91cb4f3

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

boards/deneyapkart.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_DYDK",
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": "deneyapkart"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"ethernet"
23+
],
24+
"debug": {
25+
"openocd_board": "esp32-wrover.cfg"
26+
},
27+
"frameworks": [
28+
"arduino",
29+
"espidf"
30+
],
31+
"name": "Deneyap Kart",
32+
"upload": {
33+
"flash_size": "4MB",
34+
"maximum_ram_size": 327680,
35+
"maximum_size": 4194304,
36+
"require_upload_port": true,
37+
"speed": 460800
38+
},
39+
"url": "https://deneyapkart.org/magaza/urun-deneyap-kart.html",
40+
"vendor": "Deneyap"
41+
}

boards/deneyapmini.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s2_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_DYM",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"flash_mode": "qio",
11+
"hwids": [
12+
[
13+
"0x303A",
14+
"0x0002"
15+
]
16+
],
17+
"mcu": "esp32s2",
18+
"variant": "deneyapmini"
19+
},
20+
"connectivity": [
21+
"wifi",
22+
"bluetooth",
23+
"ethernet"
24+
],
25+
"debug": {
26+
"openocd_target": "esp32s2.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "Deneyap Mini",
33+
"upload": {
34+
"flash_size": "4MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 4194304,
37+
"use_1200bps_touch": true,
38+
"wait_for_upload_port": true,
39+
"require_upload_port": true,
40+
"speed": 460800
41+
},
42+
"url": "https://deneyapkart.org/magaza/urun-deneyap-kart-mini.html",
43+
"vendor": "Deneyap"
44+
}

0 commit comments

Comments
 (0)