summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5994lp
AgeCommit message (Collapse)AuthorLines
2024-02-10msp430fr5994: It's FRAM/SRAM, not ROM/RAMBirte Kristina Friesel-1/+1
2024-02-10msp430fr5994: correctly specify FRAM usage when flashing in 20bit modeBirte Kristina Friesel-1/+5
2024-01-28MSP430FR5994: Kconfig: Specify I²C pinsBirte Kristina Friesel-1/+4
2024-01-27MSP430FR5994: support DMX on eUSCI_A1 and eUSCI_A2 as wellBirte Kristina Friesel-15/+157
2024-01-27msp430fr5994: run with interrupts enabledBirte Kristina Friesel-21/+19
2023-07-03update copyrightBirte Kristina Friesel-17/+17
2022-02-18msp430fr5994: remove experimental clock system kconfig for nowDaniel Friesel-109/+109
2022-01-16msp430fr: use 16-byte uart input bufferDaniel Friesel-1/+1
2022-01-16add DMX driver for MSP430FR5969 and MSP430FR5994 launchpadsDaniel Friesel-0/+74
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-1/+0
2021-12-21Remove unused TIMER_US supportDaniel Friesel-19/+0
2021-10-15msp430fr5994lp cpufreq: remove empty help blockDaniel Friesel-1/+0
2021-10-11add nfpvalues and nfpkeys make targetsDaniel Friesel-0/+4
2021-10-03MSP430FR SPI: _really_ support 16-bit length indicatorsDaniel Friesel-2/+2
2021-10-02msp430fr spi: Use 16-bit lengthsDaniel Friesel-2/+2
2021-09-30Use msp430 flasher 1.3.20 by defaultDaniel Friesel-2/+2
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-12/+12
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-1/+1
2021-04-14msp430fr5994: fix uart output. wat.Daniel Friesel-1/+1
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-3/+3
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-1/+1
2021-01-24Add "make cat" target (includes cycle to ms conversion)Daniel Friesel-2/+5
2021-01-15msp430fr5994: fix monitor targetDaniel Friesel-1/+1
2020-12-11msp430fR5994lp: configurable uart baud rateDaniel Friesel-11/+21
2020-12-09lintDaniel Friesel-10/+10
2020-12-09msp430fr5994lp: model clock system in kconfig++Daniel Friesel-3/+108
The configuration variables introduced in this commit have no effect at the moment.
2020-12-08add licensing informationDaniel Friesel-0/+76
2020-12-02msp430fr5994lp: add 16MHz HFXT clock source supportDaniel Friesel-2/+63
2020-12-01msp430fr5994: fix typoDaniel Friesel-1/+1
2020-11-30msp430fr5994: add experimental support for 32kHz operation via LFXTDaniel Friesel-1/+19
2020-11-30msp430fr5994: add gdb and gdb-server targetsDaniel Friesel-2/+15
2020-10-26msp430 sleep_ms: restore previous interrupt state on exitDaniel Friesel-1/+11
2020-10-23use 16bit uint for msp430fr overflow counterDaniel Friesel-1/+1
2020-10-22fix energytrace+timer-based AEMR/dfatool benchmarks on msp430fr5994Daniel Friesel-1/+1
(oh for _fuck's_ sake)
2020-09-16msp430fr5994lp: fix attribute generation with large mode enabledDaniel Friesel-0/+5
2020-09-11add AspectC++ to kconfigDaniel Friesel-1/+1
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-2/+1
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-1/+4
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-14/+6
2020-08-31kconfig: i2c and softi2c drivers must not be combindDaniel Friesel-0/+1
2020-08-31spi_a1 drivers are brokenDaniel Friesel-3/+4
2020-08-31msp430fr5994lp spi_a1: Fix include pathDaniel Friesel-1/+1
2020-08-28Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 insteadDaniel Friesel-1/+7
2020-08-28Expose configuration via KconfigDaniel Friesel-20/+82
2020-07-22add timed_resistive_load for µs-scale model generation timing benchmarksDaniel Friesel-1/+100
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2020-04-29MSP430FR5994: Use /opt/msp430 for MSP430Flasher by defaultDaniel Friesel-1/+1
2020-03-25msp430fr5994lp-256k: aspectc supportDaniel Friesel-2/+6
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.
2020-02-12msp430 makefile: show ROM/RAM usageDaniel Friesel-0/+2
2019-12-12MSP430FR5994: switch back to 16MHz for nowDaniel Friesel-1/+1