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
Age
Commit message (
Collapse
)
Author
Lines
2021-04-14
msp430fr5994: fix uart output. wat.
Daniel Friesel
-3
/
+4
2021-04-13
prepare for switch to config.h instead of CFLAGS defines
Daniel Friesel
-24
/
+24
2021-04-10
Allow software and hardware i2c to be used together (e.g. on different pins)
Daniel Friesel
-4
/
+4
2021-02-18
add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) support
Daniel Friesel
-0
/
+440
2021-02-17
esp8266, stm32f446re-nucleo: Fix ROM/RAM usage report
Daniel Friesel
-2
/
+2
2021-02-14
arduino-nano/i2c: add missing return, remove unused variable
Daniel Friesel
-2
/
+1
2021-02-07
add arch atmega2560 (preliminary support)
Daniel Friesel
-0
/
+386
2021-01-28
add more cat targets and size output
Daniel Friesel
-3
/
+14
2021-01-24
Add "make cat" target (includes cycle to ms conversion)
Daniel Friesel
-2
/
+5
2021-01-15
msp430fr5994: fix monitor target
Daniel Friesel
-1
/
+1
2020-12-11
msp430fR5994lp: configurable uart baud rate
Daniel Friesel
-11
/
+21
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-09
arduino nano: add cpu frequency to kconfig
Daniel Friesel
-0
/
+13
2020-12-08
add licensing information
Daniel Friesel
-7
/
+338
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
/
+17
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
-7
/
+7
2020-09-10
stm32f446re-nucleo does not have a timer driver yet
Daniel Friesel
-9
/
+9
2020-09-10
Makefile: Add missing ${QUIET} statements
Daniel Friesel
-10
/
+7
2020-09-10
blinkenrocket: make delay_ms, sleep_ms work with non-compile time constants
Daniel Friesel
-2
/
+6
2020-09-07
stm32f446re: update "make help"
Daniel Friesel
-5
/
+1
2020-09-07
libopencm3: Switch to Python3 fork
Daniel Friesel
-1
/
+0
2020-09-07
add machine-readable binary size output ("make attributes")
Daniel Friesel
-7
/
+30
2020-08-31
arduino-nano: Add "make size" target
Daniel Friesel
-1
/
+6
2020-08-31
msp430fr: rename spi_b to spi to be consistent with other architectures
Daniel Friesel
-28
/
+12
2020-08-31
kconfig: i2c and softi2c drivers must not be combind
Daniel Friesel
-0
/
+4
2020-08-31
esp8266: use qio by default
Daniel Friesel
-1
/
+1
2020-08-31
spi_a1 drivers are broken
Daniel Friesel
-6
/
+8
2020-08-31
msp430fr5994lp spi_a1: Fix include path
Daniel Friesel
-1
/
+1
2020-08-31
arduino nano: Turn CPU into a choice
Daniel Friesel
-2
/
+9
2020-08-31
Merge arduino-nano-168 into arduino-nano (differences are minimal)
Daniel Friesel
-206
/
+10
2020-08-28
Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 instead
Daniel Friesel
-52
/
+7
2020-08-28
POSIX: Fix timer_s / uptime config in makefile
Daniel Friesel
-3
/
+3
2020-08-28
stm32f446re-nucleo: Fix missing -c switch in "make program"
Daniel Friesel
-1
/
+1
2020-08-28
Expose configuration via Kconfig
Daniel Friesel
-86
/
+495
2020-08-27
use the same gcc version for msp430fr5969 an msp430fr5994
Daniel Friesel
-10
/
+11
2020-08-13
GitLab CI: Add build tests for stm32f446re-nucleo
Daniel Friesel
-3
/
+4
2020-08-12
stm32f446re: configurable clock speed
Daniel Friesel
-1
/
+16
2020-08-12
working AEMR timing benchmarks on stm32f446re
Daniel Friesel
-0
/
+2
2020-08-12
stm32f446re: Add counter
Daniel Friesel
-13
/
+40
2020-08-12
stm32f446re: Add uptime counter and proper loop mode with standby in between
Daniel Friesel
-3
/
+53
2020-07-26
Add minimal STM32F446RE Nucleo support. No interrupts yet.
Daniel Friesel
-0
/
+211
2020-07-22
add timed_resistive_load for µs-scale model generation timing benchmarks
Daniel Friesel
-1
/
+100
[next]