-
-
Couldn't load subscription status.
- Fork 7k
energia #1538
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
energia #1538
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
Initial changes to HardwareSerial.cpp
- Pins map to header pin number rather chip pin number. - Add extra LED's and S2 as addresable pins.
If the master does a read and then a write the START interrupt occurs but the RX interrupt never fires. Clearing bit 4 and 5 of UCB0CTLW0 solves this Bit 4 and 5 are however marked as reserved in the datasheet.
Add GREEN_LED/RED_LED for LaunchPad compatibility
-Functionality not yet tested
- gcc version 4.6.3 20120301 (mspgcc LTS 20120406 unpatched) (MSPGCC 20120406 (With patches: sf3540953 sf3559978)) - MSPDebug version 0.20
FRAM chips and also reduces sharelib dependency by statically linking some required libs support libs for gcc.
Fix compiler warning for comparison of unsigned int to in
The short name was used for the Timer registers. Not all header files define these short names resulting in a compiler warning.
Fixes Wire.endTransmission(false) for MSP430G2553 (USCI). This will allow to read from I2C devices with restart condition. See http://forum.43oh.com/topic/3154-i2c-issues/#entry34292
…nline version via scripting. Signed-off-by: Mark Easley <measley@ti.com>
See details in issue #144 The fix is in libusb and the patches are posted here: http://www.libusb.org/ticket/150 http://www.libusb.org/ticket/139 http://www.libusb.org/ticket/151 The discussion thread is here: http://libusb.6.n5.nabble.com/DeviceNotifier-on-Mac-OSX-10-8-td5711425.html
This reverts commit 6e1ac5d.
See details in issue #144 The fix is in libusb and the patches are posted here: http://www.libusb.org/ticket/150 http://www.libusb.org/ticket/139 http://www.libusb.org/ticket/151 The discussion thread is here: http://libusb.6.n5.nabble.com/DeviceNotifier-on-Mac-OSX-10-8-td5711425.html
Signed-off-by: Mark Easley <measley@ti.com>
Signed-off-by: Mark Easley <measley@ti.com>
Signed-off-by: Sean Alvarado <saalvarado2@gmail.com>
Signed-off-by: Mark Easley <measley@ti.com>
Signed-off-by: Mark Easley <measley@ti.com>
Signed-off-by: Mark Easley <measley@ti.com>
Minor fixes in reference and examples section. Signed-off-by: Mark Easley <measley@ti.com>
Signed-off-by: Mark Easley <measley@ti.com>
…ls. Fixed minor issues in references and examples. Signed-off-by: Mark Easley <measley@ti.com>
Updated how Energia tracks milliseconds to make output of millis() and micros() identical with Arduino. This will fix issues with millis() roll-over after 11 hours and not using the full 32bit available. The millisecond timer now rolls over after approx. 50 days and basic comparison like if(now - start > period) now works safely. Implementation is mostly a direct port from latest Arduino version of wiring.c. Compilation size is identical or only a few bytes bigger.
…ttle, and added details
Merged [ReadMe.md and readme.txt], made more friendly, rephrased a little, and added details
Fix I2C endTransmission(false) with USCI Arduino compatible millisecond tracking
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.
No description provided.