Age | Commit message (Expand) | Author | Lines |
2024-01-27 | msp430fr5969: add UART input on eUSCI_A1 | Birte Kristina Friesel | -0/+31 |
2024-01-27 | msp430fr5969 stdin: increase buffer size; move initialization to stdin | Birte Kristina Friesel | -6/+7 |
2024-01-27 | MSP430FR5969: Add driver for UART output on eUSCI_A1 (stdout1) | Birte Kristina Friesel | -0/+24 |
2023-07-03 | update copyright | Birte Kristina Friesel | -10/+10 |
2022-01-16 | msp430fr timer: automatically set TA0CCR for low Hz values | Daniel Friesel | -2/+9 |
2022-01-16 | msp430fr: use 16-byte uart input buffer | Daniel Friesel | -3/+5 |
2022-01-16 | add DMX driver for MSP430FR5969 and MSP430FR5994 launchpads | Daniel Friesel | -0/+20 |
2021-10-02 | msp430fr spi: Use 16-bit lengths | Daniel Friesel | -2/+2 |
2021-09-23 | GPIO: Specify default LED ID | Daniel Friesel | -3/+3 |
2020-12-08 | add licensing information | Daniel Friesel | -0/+45 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -0/+0 |
2020-07-17 | MSP430FR5969: Disable pull-ups when configuring pin as input w/o pull-up | Daniel Friesel | -0/+5 |
2020-04-30 | MSP430FR5969 GPIO: Fix typo | Daniel Friesel | -1/+1 |
2020-04-30 | MSP430 gpio.setup: Avoid unintentional short circuits | Daniel Friesel | -5/+16 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -3/+7 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -5/+10 |
2019-03-04 | counter: Provide typedefs fore value/overflow type | Daniel Friesel | -0/+3 |
2018-12-03 | msp430 counter: Switch to new API | Daniel Friesel | -2/+3 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+26 |
2018-10-25 | msp430 gpio: Add (unused) write_mask function | Daniel Friesel | -0/+17 |
2018-10-18 | msp430: Enable powersaving | Daniel Friesel | -4/+6 |
2018-10-16 | MSP430 timer.stop: Disable timer entirely to save energy | Daniel Friesel | -8/+8 |
2018-10-16 | Fix an incredibly stupid bug | Daniel Friesel | -1/+1 |
2018-10-15 | add timertest app, improve msp430 timer driver | Daniel Friesel | -7/+42 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -0/+40 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -0/+41 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -0/+257 |