tgtakaoka / tinyos-msp430

TinyOS for small MSP430 chips with msp430-elf-gcc
Other
12 stars 0 forks source link

Configurable timers #1

Closed tgtakaoka closed 6 years ago

tgtakaoka commented 9 years ago

Small MSP430 chips have the following varieties of timer configurations. TinyOS for small MSP430 should have configurable and wire-able timer modules.

And chips also have a varieties of clock modules and oscillators. Those should also be configurable and wire-able.

It would be great if there can be clock calibration modules, for instance VLO calibrated by DCO, and DCO calibrated by LFXT1, and etc.

tgtakaoka commented 9 years ago

The config-timers branch has been created for this issue. https://github.com/tgtakaoka/tinyos-msp430/tree/config-timers

tgtakaoka commented 6 years ago

pr#24 and pr#25 solved this issue in some extent.

For timer configuration,

For clock system support,