Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-04-30 | MSP430 gpio.setup: Avoid unintentional short circuits | Daniel Friesel | -9/+24 | |
2020-03-25 | msp430fr5994lp-256k: aspectc support | Daniel 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-26 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -2/+6 | |
2019-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -14/+94 | |
2019-03-21 | counter: add include guards | Daniel Friesel | -0/+5 | |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -4/+4 | |
2019-03-04 | counter: Provide typedefs fore value/overflow type | Daniel Friesel | -0/+3 | |
2018-12-11 | New architecture: msp430fr5994lp (MSP430FR5994 Launchpad) | Daniel Friesel | -0/+449 | |
Almost exclusively copypasted from msp430fr5969lp. May be replaced by symlinks later on. |