Skip to content

Commit

Permalink
build for tidbyt gen2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina committed Aug 26, 2024
1 parent 2486250 commit aa5f4f7
Show file tree
Hide file tree
Showing 5 changed files with 2,483 additions and 3 deletions.
45 changes: 45 additions & 0 deletions boards/gen2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"build": {
"core": "esp32",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"partitions": "boards/default_8MB.csv",
"variant": "esp32",
"esp-idf": {
"sdkconfig_path": "sdkconfig"
}
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"default_tool": "ftdi",
"onboard_tools": [
"ftdi"
],
"openocd_board": "esp32-wrover.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Espressif ESP32 Dev Module",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 460800,
"protocols": [
"esptool",
"ftdi"
]
},
"url": "https://tidbyt.com",
"vendor": "Tidbyt"
}
2 changes: 1 addition & 1 deletion dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
source:
type: idf
version: 4.4.4
manifest_hash: dcf4d39b94252de130019eadceb989d72b0dbc26b552cfdcbb50f6da531d2b92
manifest_hash: 81327a7819f5bc7bf271896e30d778a5c5f8f8f754dfbc8e245723b4a37d3107
target: esp32
version: 1.0.0
8 changes: 7 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ monitor_filters =

[env:tidbyt]
board = tidbyt
board_build.partitions = boards/default_8mb.csv
board_build.partitions = boards/default_8mb.csv

[env:tidbyt-gen2]
board = gen2
board_build.partitions = boards/default_8mb.csv
build_flags =
-DTIDBYT_GEN2
Loading

0 comments on commit aa5f4f7

Please sign in to comment.