summaryrefslogtreecommitdiff
path: root/include/arch/msp430fr5994lp
AgeCommit message (Collapse)AuthorLines
2021-01-30msp430fr5994lp timer: add setup_hz for very low frequenciesDaniel Friesel-0/+7
2020-12-08add licensing informationDaniel Friesel-0/+60
2020-10-23use 16bit uint for msp430fr overflow counterDaniel Friesel-2/+2
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-0/+0
2020-07-22add timed_resistive_load for µs-scale model generation timing benchmarksDaniel Friesel-0/+72
2020-04-30MSP430 gpio.setup: Avoid unintentional short circuitsDaniel Friesel-9/+24
2020-03-25msp430fr5994lp-256k: aspectc supportDaniel Friesel-0/+3
AspectC++ is not aware of the type "__int20", so we need to map it to a type known to AspectC++ (only for ag++, not g++) and fix its autogenerated constructor signatures.
2019-07-26MSP430FR5994 counter: Track overflows.Daniel Friesel-2/+6
2019-06-04MSP430FR5994: Fix GPIO und SPI_B driversDaniel Friesel-14/+94
2019-03-21counter: add include guardsDaniel Friesel-0/+5
2019-03-05counter: rename overflowed to overflowDaniel Friesel-4/+4
2019-03-04counter: Provide typedefs fore value/overflow typeDaniel Friesel-0/+3
2018-12-11New architecture: msp430fr5994lp (MSP430FR5994 Launchpad)Daniel Friesel-0/+449
Almost exclusively copypasted from msp430fr5969lp. May be replaced by symlinks later on.