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
Age
Commit message (
Collapse
)
Author
Lines
2022-01-26
arduino nano: fix timer; note that it's limited to ≥ 62 Hz
Daniel Friesel
-4
/
+9
2022-01-26
timertest: add Kconfig entry
Daniel Friesel
-0
/
+6
2022-01-26
atmega2650 timer: actually use CTC mode
Daniel Friesel
-3
/
+5
2022-01-26
atmega2560: add dmx driver on UART3
Daniel Friesel
-0
/
+74
2022-01-26
atmega2650 timer: Use 16-bit Timer 4, fix setup_hz / setup_khz
Daniel Friesel
-13
/
+13
2022-01-26
atmega2560: add missing gpios. herp derp.
Daniel Friesel
-0
/
+35
2022-01-16
msp430fr timer: automatically set TA0CCR for low Hz values
Daniel Friesel
-12
/
+19
2022-01-16
msp430fr: use 16-byte uart input buffer
Daniel Friesel
-8
/
+12
2022-01-16
Add UART→DMX app
Daniel Friesel
-0
/
+91
2022-01-16
add DMX driver for MSP430FR5969 and MSP430FR5994 launchpads
Daniel Friesel
-6
/
+196
2022-01-16
fix app (non-kconfig) builds in some application Makefiles
Daniel Friesel
-4
/
+15
2022-01-09
ws2812b dmap: use double buffering and more efficient RX ring buffer
Daniel Friesel
-15
/
+73
2022-01-09
ws2812b dmap does not use stdin
Daniel Friesel
-3
/
+1
2022-01-03
add preliminary arduino nano dmx driver
Daniel Friesel
-0
/
+87
note that it disables stdout / kout support, as the ATMega328 only has one UART.
2022-01-02
bme680-max44009-logger: add POSIX variant with BSEC support
Daniel Friesel
-158
/
+499
2022-01-02
BME680 BSEC: support state (de)serialization across application restarts
Daniel Friesel
-2
/
+75
2022-01-02
deflatetest depends on counter and deflate
Daniel Friesel
-1
/
+1
2022-01-02
bme680-bsec-logger: retry i2c setup
Daniel Friesel
-2
/
+2
2021-12-31
the arduino nano i2c driver isn't really eeprom specific tbh
Daniel Friesel
-7
/
+8
2021-12-31
atmega2560: add i2c driver (identical with atmega328 version)
Daniel Friesel
-0
/
+10
2021-12-31
Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2C
Daniel Friesel
-48
/
+41
2021-12-31
am2320: documentation
Daniel Friesel
-0
/
+30
2021-12-29
bsec driver is incompatible with avr-gcc 5
Daniel Friesel
-2
/
+6
2021-12-29
ostream: wider float range
Daniel Friesel
-0
/
+6
2021-12-29
add bme680 iaq test application
Daniel Friesel
-0
/
+278
2021-12-29
Prepare for BME680 BSEC support
Daniel Friesel
-1
/
+21
2021-12-29
POSIX: Fix uptime.get_us()
Daniel Friesel
-1
/
+1
2021-12-29
datalogger: fix max44006 / max44009 mixup
Daniel Friesel
-1
/
+1
2021-12-29
posix: I2C driver is hardware I2C
Daniel Friesel
-0
/
+1
2021-12-27
update readme
Daniel Friesel
-34
/
+76
2021-12-27
max44006: remove unused red, green, blue, clear, ir class variables
Daniel Friesel
-3
/
+9
2021-12-27
add veml6075 Makefile target
Daniel Friesel
-0
/
+4
2021-12-27
add VEML6075 driver
Daniel Friesel
-0
/
+188
2021-12-26
MAX44006: Adjust for AMBTIM setting
Daniel Friesel
-0
/
+14
2021-12-26
max44006: getLight: respect AMBPGA setting
Daniel Friesel
-14
/
+27
2021-12-26
add basic MAX44006 driver
Daniel Friesel
-2
/
+199
2021-12-26
max44009: documentation
Daniel Friesel
-4
/
+18
2021-12-26
datalogger: Initialize I2C if meta_driver_i2c is set
Daniel Friesel
-1
/
+1
2021-12-26
max44009: handle overrange condition
Daniel Friesel
-0
/
+11
2021-12-25
mpu9250: update softi2c check
Daniel Friesel
-2
/
+2
2021-12-25
Makefile: remove superfluous softi2c pullup configuration
Daniel Friesel
-31
/
+0
2021-12-25
lm75: overtemperature threshold and hysteresis are _signed_ 8bit ints
Daniel Friesel
-4
/
+8
2021-12-25
lm75: correctly read out sub-zero temperatures
Daniel Friesel
-1
/
+3
2021-12-25
add software i2c support on stm32f446re
Daniel Friesel
-0
/
+2
2021-12-25
stm32f446re: Use pxy instead of px_y pin names
Daniel Friesel
-24
/
+24
2021-12-25
move softi2c pin config to sub-menu
Daniel Friesel
-2
/
+5
2021-12-25
Configure SoftI2C SDA/SCL via kconfig only; remove external pull-up support
Daniel Friesel
-37
/
+1
2021-12-25
remove obsolete i2cbench app
Daniel Friesel
-107
/
+0
2021-12-25
Remove obsolet ccs811test (included in datalogger)
Daniel Friesel
-51
/
+0
2021-12-25
Remove esp8266 support in favor of ESP8266 RTOS SDK
Daniel Friesel
-1021
/
+2
[next]