Skip to content

Conversation

@weswortman
Copy link

No description provided.

robertinant and others added 30 commits September 10, 2012 09:13
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
- 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.
robertinant and others added 29 commits April 30, 2013 13:27
Fix for #234
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>
This reverts commit 6e1ac5d.
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.
 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
@cmaglie cmaglie closed this Aug 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.