Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update board-specific defines #7875

Merged
merged 2 commits into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ gen4iod.menu.baud.3000000.upload.speed=3000000

##############################################################
huzzah.name=Adafruit Feather HUZZAH ESP8266
huzzah.build.board=ESP8266_ESP12
huzzah.build.board=ESP8266_ADAFRUIT_HUZZAH
huzzah.build.variant=adafruit
huzzah.upload.tool=esptool
huzzah.upload.maximum_data_size=81920
Expand Down Expand Up @@ -2695,7 +2695,7 @@ espectro.menu.baud.3000000.upload.speed=3000000

##############################################################
espino.name=ESPino (ESP-12 Module)
espino.build.board=ESP8266_ESP12
espino.build.board=ESP8266_ESPINO_ESP12
espino.build.variant=espino
espino.upload.tool=esptool
espino.upload.maximum_data_size=81920
Expand Down Expand Up @@ -4568,7 +4568,7 @@ d1.menu.baud.3000000.upload.speed=3000000

##############################################################
nodemcu.name=NodeMCU 0.9 (ESP-12 Module)
nodemcu.build.board=ESP8266_NODEMCU
nodemcu.build.board=ESP8266_NODEMCU_ESP12
nodemcu.build.variant=nodemcu
nodemcu.upload.tool=esptool
nodemcu.upload.maximum_data_size=81920
Expand Down Expand Up @@ -4767,7 +4767,7 @@ nodemcu.menu.baud.3000000.upload.speed=3000000

##############################################################
nodemcuv2.name=NodeMCU 1.0 (ESP-12E Module)
nodemcuv2.build.board=ESP8266_NODEMCU
nodemcuv2.build.board=ESP8266_NODEMCU_ESP12E
nodemcuv2.build.variant=nodemcu
nodemcuv2.upload.tool=esptool
nodemcuv2.upload.maximum_data_size=81920
Expand Down Expand Up @@ -6787,7 +6787,7 @@ esp210.menu.baud.3000000.upload.speed=3000000

##############################################################
espinotee.name=ThaiEasyElec's ESPino
espinotee.build.board=ESP8266_ESP13
espinotee.build.board=ESP8266_ESPINO_ESP13
espinotee.build.variant=espinotee
espinotee.upload.tool=esptool
espinotee.upload.maximum_data_size=81920
Expand Down
10 changes: 5 additions & 5 deletions tools/boards.txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
( 'huzzah', {
'name': 'Adafruit Feather HUZZAH ESP8266',
'opts': {
'.build.board': 'ESP8266_ESP12',
'.build.board': 'ESP8266_ADAFRUIT_HUZZAH',
'.build.variant': 'adafruit',
},
'macro': [
Expand Down Expand Up @@ -428,7 +428,7 @@
( 'nodemcu', {
'name': 'NodeMCU 0.9 (ESP-12 Module)',
'opts': {
'.build.board': 'ESP8266_NODEMCU',
'.build.board': 'ESP8266_NODEMCU_ESP12',
'.build.variant': 'nodemcu',
},
'macro': [
Expand Down Expand Up @@ -462,7 +462,7 @@
( 'nodemcuv2', {
'name': 'NodeMCU 1.0 (ESP-12E Module)',
'opts': {
'.build.board': 'ESP8266_NODEMCU',
'.build.board': 'ESP8266_NODEMCU_ESP12E',
'.build.variant': 'nodemcu',
},
'macro': [
Expand Down Expand Up @@ -652,7 +652,7 @@
( 'espino', {
'name': 'ESPino (ESP-12 Module)',
'opts': {
'.build.board': 'ESP8266_ESP12',
'.build.board': 'ESP8266_ESPINO_ESP12',
'.build.variant': 'espino',
},
'macro': [
Expand All @@ -671,7 +671,7 @@
( 'espinotee', {
'name': 'ThaiEasyElec\'s ESPino',
'opts': {
'.build.board': 'ESP8266_ESP13',
'.build.board': 'ESP8266_ESPINO_ESP13',
'.build.variant': 'espinotee',
},
'macro': [
Expand Down