Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Releases: tgtakaoka/tinyos-msp430

tinyos-msp430 v0.5

19 May 08:32
Compare
Choose a tag to compare
tinyos-msp430 v0.5 Pre-release
Pre-release
  • Support SPI on USCIA

tinyos-msp430 v0.4

19 May 08:30
Compare
Choose a tag to compare
tinyos-msp430 v0.4 Pre-release
Pre-release
  • Support SPI on USI, USCI and USART
  • Support bit-banging SPI on GPIO, SpiMasterC
  • Support Microwire (not tested)
  • Add MAX6951 8-digit 7 Segs LED driver
  • Add MAX549 8-bit 2-ch DAC driver
  • Cleanup tests

tinyos-msp430 v0.3

19 May 08:25
Compare
Choose a tag to compare
tinyos-msp430 v0.3 Pre-release
Pre-release
  • Support MSP430G2452
  • Reorganize chips directory
    • tos/chips/msp430-small holds the code.
    • Merged with latest [https://code.google.com/p/tinyos-main/ tinyos-main]

tinyos-msp430 v0.2.3

19 May 08:29
Compare
Choose a tag to compare
tinyos-msp430 v0.2.3 Pre-release
Pre-release
  • Support UART on USART and USCI. (no tar-ball release)
    • Support USART/UART in MSP430F1232 and MSP430F1611, benefiting from msp430/usart.
    • Support USCI/UART in MSP430F2132 and MSP430F2274, benefiting from msp430X/usci.
    • Reorganize test applications.

tinyos-msp430 v0.2

19 May 08:29
Compare
Choose a tag to compare
tinyos-msp430 v0.2 Pre-release
Pre-release
  • The license has been changed to New BSD License.
    • Support EXP430G platform with MSP430G2211 and MSP430G2231
    • Support MSP430F1121
    • Reorganize Timer16 code
    • Reorganize VLO timer code
    • Reorganize and revise MSP430 silicon errata
    • Reorganize platform files

tinyos-msp430 v0.1.3

19 May 08:28
Compare
Choose a tag to compare
tinyos-msp430 v0.1.3 Pre-release
Pre-release
  • Support G2xx value lines
    • support MSP430G2231 and MSP430G2211
    • support MSP-EXP430G2 with MSP430G2231 and MSP430G2211 configurations.
    • support EZ430-F2013 with EZ430-T2012 configuration

tinyos-msp430 v0.2

19 May 08:23
Compare
Choose a tag to compare
tinyos-msp430 v0.2 Pre-release
Pre-release
  • single LED interface and module, Led.nc and LedC.nc
  • 7 segment LED interfaces and modules, Led7Seg.nc, Led7Segs.nc and Led7SegsC.nc
  • Max7219 8 digits 7 segments LED driver module, Max7219P.nc
  • Simple digital clock application using these, Clock7Segs