index
:
multipass
'🏳️⚧️'
main
merge-prep/lennart
protocol-modeling
protocol-modeling-netsys
state-duration-timers
HAL / Library OS for a bunch of embedded platforms
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
msp430fr5994lp
Age
Commit message (
Collapse
)
Author
Lines
2020-12-09
lint
Daniel Friesel
-10
/
+10
2020-12-09
msp430fr5994lp: model clock system in kconfig++
Daniel Friesel
-3
/
+108
The configuration variables introduced in this commit have no effect at the moment.
2020-12-08
add licensing information
Daniel Friesel
-0
/
+76
2020-12-02
msp430fr5994lp: add 16MHz HFXT clock source support
Daniel Friesel
-2
/
+63
2020-12-01
msp430fr5994: fix typo
Daniel Friesel
-1
/
+1
2020-11-30
msp430fr5994: add experimental support for 32kHz operation via LFXT
Daniel Friesel
-1
/
+19
2020-11-30
msp430fr5994: add gdb and gdb-server targets
Daniel Friesel
-2
/
+15
2020-10-26
msp430 sleep_ms: restore previous interrupt state on exit
Daniel Friesel
-1
/
+11
2020-10-23
use 16bit uint for msp430fr overflow counter
Daniel Friesel
-1
/
+1
2020-10-22
fix energytrace+timer-based AEMR/dfatool benchmarks on msp430fr5994
Daniel Friesel
-1
/
+1
(oh for _fuck's_ sake)
2020-09-16
msp430fr5994lp: fix attribute generation with large mode enabled
Daniel Friesel
-0
/
+5
2020-09-11
add AspectC++ to kconfig
Daniel Friesel
-1
/
+1
2020-09-10
Makefile: Add missing ${QUIET} statements
Daniel Friesel
-2
/
+1
2020-09-07
add machine-readable binary size output ("make attributes")
Daniel Friesel
-1
/
+4
2020-08-31
msp430fr: rename spi_b to spi to be consistent with other architectures
Daniel Friesel
-14
/
+6
2020-08-31
kconfig: i2c and softi2c drivers must not be combind
Daniel Friesel
-0
/
+1
2020-08-31
spi_a1 drivers are broken
Daniel Friesel
-3
/
+4
2020-08-31
msp430fr5994lp spi_a1: Fix include path
Daniel Friesel
-1
/
+1
2020-08-28
Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 instead
Daniel Friesel
-1
/
+7
2020-08-28
Expose configuration via Kconfig
Daniel Friesel
-20
/
+82
2020-07-22
add timed_resistive_load for µs-scale model generation timing benchmarks
Daniel Friesel
-1
/
+100
2020-04-29
Makefile: Create build directory if needed
Daniel Friesel
-0
/
+1
2020-04-29
MSP430FR5994: Use /opt/msp430 for MSP430Flasher by default
Daniel Friesel
-1
/
+1
2020-03-25
msp430fr5994lp-256k: aspectc support
Daniel 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-12
msp430 makefile: show ROM/RAM usage
Daniel Friesel
-0
/
+2
2019-12-12
MSP430FR5994: switch back to 16MHz for now
Daniel Friesel
-1
/
+1
2019-11-25
msp430fr5994lp: Use TI msp430-gcc 5.1.2.0
Daniel Friesel
-7
/
+7
2019-11-04
msp430fr5994lp sleep_ms: handle ms == 0
Daniel Friesel
-0
/
+3
2019-10-28
msp430fr5994 arch.sleep_ms: fix max sleey duration documentation
Daniel Friesel
-7
/
+11
2019-10-28
MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant)
Daniel Friesel
-0
/
+42
2019-09-25
Fix MSP430FR5994 I2C driver
Daniel Friesel
-46
/
+46
2019-07-26
MSP430FR5994 counter: Track overflows.
Daniel Friesel
-0
/
+11
2019-07-15
MSP430FR*: Configurable debug and serial port
Daniel Friesel
-3
/
+9
2019-06-24
import nRF24 TX code
Daniel Friesel
-1
/
+1
2019-06-04
MSP430FR5994: Fix GPIO und SPI_B drivers
Daniel Friesel
-28
/
+28
2019-05-24
MSP430: save & restore entire SRAM to/from FRAM
Daniel Friesel
-1
/
+4
2019-03-13
msp430fr aspectc++ support
Daniel Friesel
-0
/
+6
2019-02-18
improve cpu_freq help
Daniel Friesel
-1
/
+2
2019-01-29
update architecture-specific help
Daniel Friesel
-4
/
+8
2018-12-13
mpmalloc
Daniel Friesel
-1
/
+1
2018-12-12
make info: Add counter overflow stats
Daniel Friesel
-0
/
+1
2018-12-11
msp430fr5994: Add optional -mlarge for >48kB code size
Daniel Friesel
-0
/
+4
2018-12-11
derp
Daniel Friesel
-5
/
+0
2018-12-11
New architecture: msp430fr5994lp (MSP430FR5994 Launchpad)
Daniel Friesel
-0
/
+800
Almost exclusively copypasted from msp430fr5969lp. May be replaced by symlinks later on.