-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Issue 58-old #89
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
Closed
Closed
Issue 58-old #89
Conversation
This file contains hidden or 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
gcc version 4.6.1 20110627 (mspgcc dev 20120125) (GCC)
bug fixing: Functionality: - pins_arduino.h for the MSP430 Launchpad - Arduino.h for MSP430 - Digital (pinMode, digitalWrite, digitalRead, etc) - Analog input (analogReference, analogRead) - Wire Master - Timer based software Serial using Timer_A - Hardware Serial (USCI) - Support for MSP430 in the Processing UI
- Upload through mspdebug
gcc version 4.6.2 20111026 (mspgcc dev 20120311) mspdebug version 0.19
Rename Arduino.h to Energia.h
Bumped cpu freq from 1 MHz -> 16 MHz
board default to lpmsp430g2231 Launchpad w/ msp430g2231
application.ico for Windows not updated Info.plist Icon File key should be = energia.icns
application.ico for Windows not updated
- Change default settings path to /Users/<User Name>/Library/Energia/ - Change default sketch path to /Users/<User Name>/Documents/Energia/
- Change default settings path to C:\Documents and Settings\<User Name>\Application Data\Energia - Change default sketch path to C:\Documents and Settings\<User Name>\My Documents\Energia
- Change default settings path to ~/.energia
Only tested using Fading sketch on Launchpad LED2
MSP430 with 8k bytes required Tested on msp430g2352
All 430-specific examples have a _430 suffix
// Revision // Rei VILO, May 21, 2012 - Updated with GREEN_LED, RED_LED and PUSH2 //
…uty cycle only goes up to 50%
Fix: Line numbers incorrect in the compiler messages
for Energia Developed with embedXcode LCD BoosterPack by SugarAddict
NEW: Push screen button to turn backlight on / off Developed with embedXcode for Energia LCD BoosterPack by SugarAddict
Added picture
Example removed. Pending © confirmation from references.
This reverts commit 79502fc.
This reverts commit e2cad33.
This reverts commit 91cc95b.
Deprecated. |
tbowmo
pushed a commit
to tbowmo/Arduino
that referenced
this pull request
Jul 14, 2016
MYSBootloader 1.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added unsigned long micros() fro MSP430 / Energia
Fix for issue #58