-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2b3183
commit 3c73213
Showing
14 changed files
with
107 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-B build-bSides -DSDKCONFIG=build-bSides/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.version;sdkconfig.bSides" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-B build-bugCon -DSDKCONFIG=build-bugCon/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.version;sdkconfig.bugCon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-B build-dragonJar -DSDKCONFIG=build-dragonJar/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.version;sdkconfig.dragonJar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-B build-ekoParty -DSDKCONFIG=build-ekoParty/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.version;sdkconfig.ekoParty" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-B build-minino -DSDKCONFIG=build-minino/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.version;sdkconfig.minino" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#-------------------------------------------------------------------------------------------# | ||
#------------------------------ UNCOMMENT YOUR BOARD TYPE ----------------------------------# | ||
|
||
#CONFIG_BOARD_MININO=y # Board Minino | ||
CONFIG_BOARD_BSIDES=y # Board BSides | ||
#CONFIG_BOARD_DRAGONJAR=y # Board DragonJar | ||
#CONFIG_BOARD_EKOPARTY=y # Board EkoParty | ||
#CONFIG_BOARD_BUGCON=y # Board BugCon | ||
|
||
#------------------------- --------- UNCOMMENT IF MININO BOARD -----------------------------# | ||
#CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # Serial flasher 8MB | ||
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Partitions 8MB OTA | ||
|
||
#---------------------------------- UNCOMMENT IF 4MB FLASH BOARD ---------------------------# | ||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Serial flasher 4MB | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_badge.csv" # Partitions 4MB No OTA | ||
#-------------------------------------------------------------------------------------------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#-------------------------------------------------------------------------------------------# | ||
#------------------------------ UNCOMMENT YOUR BOARD TYPE ----------------------------------# | ||
|
||
#CONFIG_BOARD_MININO=y # Board Minino | ||
#CONFIG_BOARD_BSIDES=y # Board BSides | ||
#CONFIG_BOARD_DRAGONJAR=y # Board DragonJar | ||
#CONFIG_BOARD_EKOPARTY=y # Board EkoParty | ||
CONFIG_BOARD_BUGCON=y # Board BugCon | ||
|
||
#------------------------- --------- UNCOMMENT IF MININO BOARD -----------------------------# | ||
#CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # Serial flasher 8MB | ||
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Partitions 8MB OTA | ||
|
||
#---------------------------------- UNCOMMENT IF 4MB FLASH BOARD ---------------------------# | ||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Serial flasher 4MB | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_badge.csv" # Partitions 4MB No OTA | ||
#-------------------------------------------------------------------------------------------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#-------------------------------------------------------------------------------------------# | ||
#------------------------------ UNCOMMENT YOUR BOARD TYPE ----------------------------------# | ||
|
||
#CONFIG_BOARD_MININO=y # Board Minino | ||
#CONFIG_BOARD_BSIDES=y # Board BSides | ||
CONFIG_BOARD_DRAGONJAR=y # Board DragonJar | ||
#CONFIG_BOARD_EKOPARTY=y # Board EkoParty | ||
#CONFIG_BOARD_BUGCON=y # Board BugCon | ||
|
||
#------------------------- --------- UNCOMMENT IF MININO BOARD -----------------------------# | ||
#CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # Serial flasher 8MB | ||
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Partitions 8MB OTA | ||
|
||
#---------------------------------- UNCOMMENT IF 4MB FLASH BOARD ---------------------------# | ||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Serial flasher 4MB | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_badge.csv" # Partitions 4MB No OTA | ||
#-------------------------------------------------------------------------------------------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#-------------------------------------------------------------------------------------------# | ||
#------------------------------ UNCOMMENT YOUR BOARD TYPE ----------------------------------# | ||
|
||
#CONFIG_BOARD_MININO=y # Board Minino | ||
#CONFIG_BOARD_BSIDES=y # Board BSides | ||
#CONFIG_BOARD_DRAGONJAR=y # Board DragonJar | ||
CONFIG_BOARD_EKOPARTY=y # Board EkoParty | ||
#CONFIG_BOARD_BUGCON=y # Board BugCon | ||
|
||
#------------------------- --------- UNCOMMENT IF MININO BOARD -----------------------------# | ||
#CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # Serial flasher 8MB | ||
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Partitions 8MB OTA | ||
|
||
#---------------------------------- UNCOMMENT IF 4MB FLASH BOARD ---------------------------# | ||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Serial flasher 4MB | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_badge.csv" # Partitions 4MB No OTA | ||
#-------------------------------------------------------------------------------------------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CONFIG_PROJECT_VERSION="1.1.7.0" | ||
|
||
#-------------------------------------------------------------------------------------------# | ||
#------------------------------ UNCOMMENT YOUR BOARD TYPE ----------------------------------# | ||
|
||
CONFIG_BOARD_MININO=y # Board Minino | ||
#CONFIG_BOARD_BSIDES=y # Board BSides | ||
#CONFIG_BOARD_DRAGONJAR=y # Board DragonJar | ||
#CONFIG_BOARD_EKOPARTY=y # Board EkoParty | ||
#CONFIG_BOARD_BUGCON=y # Board BugCon | ||
|
||
#------------------------- --------- UNCOMMENT IF MININO BOARD -----------------------------# | ||
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # Serial flasher 8MB | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Partitions 8MB OTA | ||
|
||
#---------------------------------- UNCOMMENT IF 4MB FLASH BOARD ---------------------------# | ||
#CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Serial flasher 4MB | ||
#CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_badge.csv" # Partitions 4MB No OTA | ||
#-------------------------------------------------------------------------------------------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_PROJECT_VERSION="1.1.7.0" |