8000 support new board (invent one) by inventvictor · Pull Request #5286 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

support new board (invent one) #5286

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

Merged
merged 4 commits into from
Oct 28, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations 8000
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add inventone to boards.txt.py
  • Loading branch information
inventvictor committed Oct 28, 2018
commit a1c936d405b16676c0ec66a31a2fd0efa39b7db1
17 changes: 17 additions & 0 deletions tools/boards.txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,23 @@
'',
'Product page: https://www.adafruit.com/product/2821'
],
}),
( 'inventone', {
'name': 'Invent One',
'opts': {
'.build.board': 'ESP8266_GENERIC',
'.build.variant': 'inventone',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_dio',
'flashfreq_40',
'4M',
],
'desc': [ 'The Invent One is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker\'s ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard ADC (PCF8591) so that you can have multiple analog inputs to work with. More information can be found here: https://blog.inventone.ng',
'',
'Product page: https://inventone.ng'
],
}),
( 'cw01', {
'name': 'XinaBox CW01',
Expand Down
0