Skip to content

Commit

Permalink
delete unused board json
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 23, 2021
1 parent 8b570e7 commit 9aa94bd
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 39 deletions.
35 changes: 0 additions & 35 deletions buildroot/share/PlatformIO/boards/marlin_fysetc_s6.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extra_flags": "-DSTM32F446xx",
"f_cpu": "180000000L",
"mcu": "stm32f446ret6",
"variant": "MARLIN_FYSETC_S6"
"variant": "MARLIN_FYSETC_S6_8000"
},
"connectivity": [
"can"
Expand Down
4 changes: 1 addition & 3 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ upload_protocol = dfu
platform = ${common_stm32.platform}
extends = common_stm32
board = fysetc_s6
board_build.offset = 0x10000
board_upload.offset_address = 0x08010000
build_flags = ${stm32_variant.build_flags} -DHAL_PCD_MODULE_ENABLED
build_flags = ${common_stm32.build_flags} -DHAL_PCD_MODULE_ENABLED
debug_tool = stlink
upload_protocol = dfu
upload_command = dfu-util -a 0 -s 0x08010000:leave -D "$SOURCE"
Expand Down

0 comments on commit 9aa94bd

Please sign in to comment.