-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fix for Issue 58 — Implementation of micros() #90
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
Changes from 1 commit
Commits
Show all changes
107 commits
Select commit
Hold shift + click to select a range
9e001c4
First commit of mspgcc
robertinant 1447c8d
Intial checking of the MSP430Uploader class
robertinant 19397d3
Initial support for the TI MSP430 16-bit MCU. Needs lots of testing and
robertinant 6112352
Added OS X and Linux support
f887959
Mac OS X tools
robertinant 92c84fd
Fixed type-o in tools unzip command
robertinant 7254547
Rename cores/arduino to cores/msp430
robertinant 6ffc9b5
Rename from Arduino to Energia
robertinant 8438934
Rename arduino to erergia for the .exe
robertinant df0e3f9
Fix for bug #3: Timer based UART is broken and cleanup
robertinant b2f8300
Enhancement #4: Relocate TimerSerial
robertinant 034a5a6
Enhancement #2
robertinant c9d7112
Remove msp430 specific code from main.cpp -> wiring.c
robertinant 7d67f01
Enhancement #5
robertinant 75019c9
Add delayMicroseconds()
robertinant c87e010
Icon, About and IDE GUI
7ff5257
Icon, About and IDE GUI
7dae8af
High quality icons 512x512 for OS X
c67ee32
Two examples: LEDs and PUSH button
630afba
Serial 9600bps Example
1d58fc1
Changed DCO freq. selection based on CALDCO_XXMHZ_ and F_CPU in board...
robertinant c1867e0
Fix missing _ in check for if def check
robertinant be72799
Fix hardcoded SMCLK
robertinant 0d88ec1
For Mac OS X:
robertinant ad2eb10
For Windows:
robertinant b081d5d
And for Linux:
robertinant 3407462
Improved Icon
cdcf16a
Fix type-o
robertinant e7e73b8
initial implementation of analogWrite
robertinant ca5bbe8
I2C Example with TMP102 Thermometer
5fcc847
Specific colour for error in console
ed527ca
I2C_Thermometer example with int
d1ded76
Updated About and more compact examples
f8a3d84
Fix type-o in in T2A2 define
robertinant ee80af0
Merge branch 'master' of github.com:energia/Energia
robertinant bfec9ee
Added P2.x to analogWrite
robertinant 41c58be
Fix Tsample > 30us for internal temp sensor.
robertinant 94dda60
Analog Input - MSP430 Internal Thermometer Example
82b5ffa
Changes to support linux. Fixed arg passing to mspdebug. Added
RickKimball cc88f9e
- Fixed msp430g22231 compilation
robertinant 89d263b
Improved example
816f214
Add shiftIn and shiftOut
robertinant 607be3f
Add defines for LSBFIRST and MSBFIRST
robertinant 0daa803
Fix for Issue #9. Complete overhaul of external interrupts
robertinant a353bc3
Merge branch 'master' of github.com:energia/Energia
robertinant 9aad28b
Fix for Issue #25: Change IconImage Arduino -> Energia
robertinant 3fc0d72
Fix for Issue #10
robertinant 4487980
Remove #pragma message
robertinant 0e11fe4
Add INPUT_PULLUP flavor to pinMode(...)
robertinant b6d995a
Merge branch 'master' of github.com:energia/Energia
robertinant 66e20d0
Fix for Issue #26. Windows energia.exe icon
robertinant 37884e0
Add pulseIn(...)
robertinant 1c64403
Fix for Issue #28
robertinant 939c0dc
Add INPUT_PULLDOWN
robertinant 2869bb9
Add INPUT_PULLDOWN flavor to pinMode(...)
robertinant 70e1458
Pin names based on the silkscreen
418ecb2
Pin names based on the silkscreen and updated examples
f631a41
Update links
robertinant 3f3b080
Clean slate
robertinant 4aa0cbb
arduino->energia
robertinant d3aa770
This line is required by ant on Mac OS X.
99ba19c
Add version number to satisfy build dependency
robertinant b90fdd8
Merge branch 'master' of github.com:energia/Energia
robertinant 046e786
Set version to 0006
robertinant 3071b06
added example for 8x8 led display
14083d5
Merge branch 'master' of github.com:energia/Energia
3a84d38
added /opt/mspgcc/bin to the path for default mspgcc location
pbrier 93e249e
Update ISR declaration: legacy -> modern
robertinant c241041
Update ISR declaration: legacy -> modern
robertinant cd8427e
Change Basics examples to be compatible with Launchpad.
robertinant b1d720d
Change Digital examples (sans tone ones) to be compatible with Launch...
robertinant 2d487eb
Updated PushButton example with INPUT_PULLUP
0f20786
Added buzzer and analog MIC input
pbrier 016f372
Added initial SPI support for USCI and USI peripherals.
RickKimball cb50037
Added initial SPI support for USCI and USI peripherals.
RickKimball 4c37da6
Remove duplicate definitions. I moved these to pins_arduino.h.
RickKimball 719d70c
implemented button, removed display glitch when tone is activated
a115324
defined missing timer pins for analog out
fc644a3
Added analog frequency and resolution
1a311af
- Chanved P1.4 timer from T0A2 to NOT_ON_TIMER
robertinant e08d96b
Merge branch 'master' of github.com:energia/Energia
robertinant bd3110d
Fix for Issue #47
robertinant eab57f3
Merge pull request #48 from energia/issue_47
robertinant fa0c5c0
- New version number format
robertinant 2d87e0c
Change version check to accommodate new version number schema
robertinant a67810c
Conditionally hide "Upload Using Programmer" menu for msp430
robertinant 9c4339d
New locations for 430-specific examples
21a3edb
Examples Updated with GREEN_LED, RED_LED and PUSH2
0522fa4
Conditionally show Tools->Burn Bootloader
robertinant 906a76a
update gcc to version 4.6.3 20120301 (mspgcc LTS 20120406)
robertinant b7562f0
update gcc to version 4.6.3 20120301 (mspgcc LTS 20120406 patched to ...
robertinant d99dd19
Merge branch 'master' of https://github.com/energia/Energia
robertinant f4ae1f3
Fix for Issue #32: Line numbers incorrect in the compiler messages
robertinant b891527
INPUT_PULLUP instead of INPUT
0f09a29
Fix for analogWrite() Issue #42. Freq only 245Hz vs 490 Hz needed / d...
robertinant cfe01eb
Merge pull request #32 from energia/issue_32
robertinant c5e7cd8
Change Arduino -> Energia in GUI text strings
robertinant 7cbade3
Change domain arduino.cc -> energia.cc
robertinant b6d38b7
Nokia7110_430
2be486e
Nokia7110_430 — Temperature from built-in thermometer
27fe96a
add missing binary.h include
RickKimball d91d609
Nokia7110_430 — Stability enhancement
24f7bae
Add Launchapd Serial drivers
robertinant d6612f0
Merge branch 'master' of github.com:energia/Energia
robertinant 27a2a9a
Nokia7110_430 Removed
897a17b
Example removed and scrapped
fdcba3e
Implementation of micros() — Fix for issue #58
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Examples Updated with GREEN_LED, RED_LED and PUSH2
// Revision // Rei VILO, May 21, 2012 - Updated with GREEN_LED, RED_LED and PUSH2 //
- Loading branch information
There are no files selected for viewing
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
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
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
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
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
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.