We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0101ec commit 7557c23Copy full SHA for 7557c23
boards/wipy3.json
@@ -0,0 +1,37 @@
1
+{
2
+ "build": {
3
+ "arduino":{
4
+ "ldscript": "esp32_out.ld"
5
+ },
6
+ "core": "esp32",
7
+ "extra_flags": "-DARDUINO_WIPY3",
8
+ "f_cpu": "240000000L",
9
+ "f_flash": "40000000L",
10
+ "flash_mode": "dio",
11
+ "mcu": "esp32",
12
+ "variant": "wipy3"
13
14
+ "connectivity": [
15
+ "wifi",
16
+ "bluetooth",
17
+ "can",
18
+ "ethernet"
19
+ ],
20
+ "debug": {
21
+ "openocd_board": "esp-wroom-32.cfg"
22
23
+ "frameworks": [
24
+ "arduino",
25
+ "espidf"
26
27
+ "name": "Pycom WiPy3",
28
+ "upload": {
29
+ "flash_size": "4MB",
30
+ "maximum_ram_size": 1310720,
31
+ "maximum_size": 4194304,
32
+ "require_upload_port": true,
33
+ "speed": 460800
34
35
+ "url": "https://pycom.io/",
36
+ "vendor": "Pycom Ltd."
37
+}
0 commit comments