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

Fix for issues #1 and #3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 11 additions & 15 deletions boards.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
CC3200-LAUNCHXL.name=CC3200-LAUNCHXL (80MHz)
CC3200-LAUNCHXL.upload.maximum_size=262144
CC3200-LAUNCHXL.build.mcu=cortex-m4
CC3200-LAUNCHXL.build.f_cpu=80000000L
CC3200-LAUNCHXL.build.core=cc3200emt
CC3200-LAUNCHXL.build.variant=CC3200_LAUNCHXL
CC3200-LAUNCHXL.build.ldscript=ti/runtime/wiring/cc3200/linker.cmd
CC3200-LAUNCHXL.build.board=CC3200_LAUNCHXL
CC3200-LAUNCHXL.build.mcu=cortex-m4
CC3200-LAUNCHXL.upload.tool=cc3200prog
CC3200-LAUNCHXL.upload.protocol=cc3200prog
#CC3200-LAUNCHXL.upload.maximum_data_size=32768
CC3200_LAUNCHXL_EMT.name=CC3200-LAUNCHXL EMT (80MHz)
CC3200_LAUNCHXL_EMT.upload.maximum_size=262144
CC3200_LAUNCHXL_EMT.build.f_cpu=80000000L
CC3200_LAUNCHXL_EMT.build.core=cc3200emt
CC3200_LAUNCHXL_EMT.build.variant=CC3200_LAUNCHXL
CC3200_LAUNCHXL_EMT.build.ldscript=ti/runtime/wiring/cc3200/linker.cmd
CC3200_LAUNCHXL_EMT.build.board=CC3200_LAUNCHXL
CC3200_LAUNCHXL_EMT.build.mcu=cortex-m4
CC3200_LAUNCHXL_EMT.upload.tool=cc3200prog
CC3200_LAUNCHXL_EMT.upload.protocol=cc3200prog
#CC3200_LAUNCHXL_EMT.upload.maximum_data_size=32768
##############################################################

#CC3200-RBL.name=RedBearLab CC3200 (80MHz)
#CC3200-RBL.upload.maximum_size=262144
#CC3200-RBL.build.mcu=cortex-m4
#CC3200-RBL.build.f_cpu=80000000L
#CC3200-RBL.build.core=cc3200
#CC3200-RBL.build.variant=RedBearLab_CC3200
Expand All @@ -28,7 +26,6 @@ CC3200-LAUNCHXL.upload.protocol=cc3200prog

#CC3200-RBL-MINI.name=RedBearLab WiFi Mini w/ CC3200 (80MHz)
#CC3200-RBL-MINI.upload.maximum_size=262144
#CC3200-RBL-MINI.build.mcu=cortex-m4
#CC3200-RBL-MINI.build.f_cpu=80000000L
#CC3200-RBL-MINI.build.core=cc3200
#CC3200-RBL-MINI.build.variant=RedBearLab_WiFiMini
Expand All @@ -42,7 +39,6 @@ CC3200-LAUNCHXL.upload.protocol=cc3200prog

#CC3200-RBL-MICRO.name=RedBearLab WiFi Micro w/ CC3200 (80MHz)
#CC3200-RBL-MICRO.upload.maximum_size=262144
#CC3200-RBL-MICRO.build.mcu=cortex-m4
#CC3200-RBL-MICRO.build.f_cpu=80000000L
#CC3200-RBL-MICRO.build.core=cc3200
#CC3200-RBL-MICRO.build.variant=RedBearLab_WiFiMicro
Expand Down