mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
The MSP430 vendor files already provide macros containing register constants and symbols (provided via linker scripts) containing addresses of peripheral registers. So lets make use of that rather than maintaining a long list of constants.
5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
INCLUDE msp430f1611.ld
|
|
INCLUDE msp430_common.ld
|
|
INCLUDE msp430_x1xx.ld
|
|
INCLUDE xfa.ld
|