Age | Commit message (Expand) | Author | Lines |
2022-08-09 | tc1796: use ssh_askpass to replace password prompt | Daniel Friesel | -2/+6 |
2022-07-21 | tc1796: discard QEMU telnet output (there are non-ascii portions in it) | Daniel Friesel | -2/+2 |
2022-07-21 | tc1796: add monitor and counter info | Daniel Friesel | -0/+2 |
2022-07-21 | doku ist sehr gut! | Daniel Friesel | -2/+2 |
2022-07-21 | tc1796: arch_clean: remove system.bin as well | Daniel Friesel | -1/+1 |
2022-07-21 | tc1796 is a proper arch now | Daniel Friesel | -8/+8 |
2022-07-21 | tc1796: it's working! | Daniel Friesel | -15/+73 |
2022-07-19 | tc1796: set PLL to 150 MHz; implement delay_us/delay_ms | Daniel Friesel | -0/+32 |
2022-07-19 | tc1796: add 'make monitor'; thanks to reset caused by device_del | Daniel Friesel | -11/+16 |
2022-07-18 | tc1796: can haz 'make program' \o/ | Daniel Friesel | -2/+7 |
2022-07-18 | tc1796 makefile: generate system.bin for jtag-over-usb flasher | Daniel Friesel | -2/+5 |
2022-07-18 | Add Hercules RM46L8 Launchpad support (Cortex R4F) | Daniel Friesel | -0/+16897 |
2022-06-29 | arduino-nano: add .so support to makefile | Daniel Friesel | -1/+4 |
2022-06-28 | add TC299 mock arch | Daniel Friesel | -0/+176 |
2022-06-28 | tc1796/tc397 are not properly implemented → rename to -mock | Daniel Friesel | -14/+14 |
2022-06-28 | add TC1796 and TC397 mock architectures | Daniel Friesel | -0/+352 |
2022-05-26 | sen5x: verify crc when reading data | Daniel Friesel | -0/+32 |
2022-05-20 | sen5x: add cleanfan and readstatus commands | Daniel Friesel | -0/+49 |
2022-05-16 | treebench: do not use loop mode | Daniel Friesel | -13/+8 |
2022-05-15 | add driver stub for Sensirion SEN5x PM sensor | Daniel Friesel | -0/+94 |
2022-05-15 | scd4x.read(): indicate whether read was successful | Daniel Friesel | -13/+20 |
2022-05-15 | scd4x: properly transmit read command | Daniel Friesel | -1/+1 |
2022-05-09 | add treebench app | Daniel Friesel | -0/+47 |
2022-02-18 | msp430fr5994: remove experimental clock system kconfig for now | Daniel Friesel | -109/+109 |
2022-01-31 | sharp96 bad apple: setup_hz_low -> setup_hz | Daniel Friesel | -1/+1 |
2022-01-26 | atmega2560: add stdin driver | Daniel Friesel | -0/+51 |
2022-01-26 | timertest: add Kconfig entry | Daniel Friesel | -0/+6 |
2022-01-26 | atmega2560: add dmx driver on UART3 | Daniel Friesel | -0/+53 |
2022-01-16 | msp430fr: use 16-byte uart input buffer | Daniel Friesel | -2/+2 |
2022-01-16 | Add UART→DMX app | Daniel Friesel | -0/+91 |
2022-01-16 | add DMX driver for MSP430FR5969 and MSP430FR5994 launchpads | Daniel Friesel | -3/+151 |
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/+67 |
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/+9 |
2021-12-31 | Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2C | Daniel Friesel | -48/+41 |
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/+14 |
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 | max44006: remove unused red, green, blue, clear, ir class variables | Daniel Friesel | -0/+8 |