summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-260/+260
2023-03-12inflate: make inputs constDerf Null-4/+4
2023-03-12inflate.cc: Incorporate change from zlib-deflate-nostdlibDerf Null-3/+2
2023-01-24add plot-ads1115 helper scriptDaniel Friesel-0/+77
2023-01-01ads111x: add readRaw functionDaniel Friesel-4/+6
2023-01-01Add driver for ADS111x 16-Bit ADCDaniel Friesel-0/+73
2022-08-11rm46: correctly determine nfpvaluesDaniel Friesel-2/+2
2022-08-09posix makefile: add counter freq (faked via clock_monotonic @ 1ns → 1GHz)Daniel Friesel-0/+1
2022-08-09tc1796: use ssh_askpass to replace password promptDaniel Friesel-2/+6
2022-07-21tc1796: discard QEMU telnet output (there are non-ascii portions in it)Daniel Friesel-2/+2
2022-07-21tc1796: add monitor and counter infoDaniel Friesel-0/+2
2022-07-21doku ist sehr gut!Daniel Friesel-2/+2
2022-07-21tc1796: arch_clean: remove system.bin as wellDaniel Friesel-1/+1
2022-07-21tc1796 is a proper arch nowDaniel Friesel-8/+8
2022-07-21tc1796: it's working!Daniel Friesel-15/+73
2022-07-19tc1796: set PLL to 150 MHz; implement delay_us/delay_msDaniel Friesel-0/+32
2022-07-19tc1796: add 'make monitor'; thanks to reset caused by device_delDaniel Friesel-11/+16
2022-07-18tc1796: can haz 'make program' \o/Daniel Friesel-2/+7
2022-07-18tc1796 makefile: generate system.bin for jtag-over-usb flasherDaniel Friesel-2/+5
2022-07-18Add Hercules RM46L8 Launchpad support (Cortex R4F)Daniel Friesel-0/+16897
2022-06-29arduino-nano: add .so support to makefileDaniel Friesel-1/+4
2022-06-28add TC299 mock archDaniel Friesel-0/+176
2022-06-28tc1796/tc397 are not properly implemented → rename to -mockDaniel Friesel-14/+14
2022-06-28add TC1796 and TC397 mock architecturesDaniel Friesel-0/+352
2022-05-26sen5x: verify crc when reading dataDaniel Friesel-0/+32
2022-05-20sen5x: add cleanfan and readstatus commandsDaniel Friesel-0/+49
2022-05-16treebench: do not use loop modeDaniel Friesel-13/+8
2022-05-15add driver stub for Sensirion SEN5x PM sensorDaniel Friesel-0/+94
2022-05-15scd4x.read(): indicate whether read was successfulDaniel Friesel-13/+20
2022-05-15scd4x: properly transmit read commandDaniel Friesel-1/+1
2022-05-09add treebench appDaniel Friesel-0/+47
2022-02-18msp430fr5994: remove experimental clock system kconfig for nowDaniel Friesel-109/+109
2022-01-31sharp96 bad apple: setup_hz_low -> setup_hzDaniel Friesel-1/+1
2022-01-26atmega2560: add stdin driverDaniel Friesel-0/+51
2022-01-26timertest: add Kconfig entryDaniel Friesel-0/+6
2022-01-26atmega2560: add dmx driver on UART3Daniel Friesel-0/+53
2022-01-16msp430fr: use 16-byte uart input bufferDaniel Friesel-2/+2
2022-01-16Add UART→DMX appDaniel Friesel-0/+91
2022-01-16add DMX driver for MSP430FR5969 and MSP430FR5994 launchpadsDaniel Friesel-3/+151
2022-01-16fix app (non-kconfig) builds in some application MakefilesDaniel Friesel-4/+15
2022-01-09ws2812b dmap: use double buffering and more efficient RX ring bufferDaniel Friesel-15/+73
2022-01-09ws2812b dmap does not use stdinDaniel Friesel-3/+1
2022-01-03add preliminary arduino nano dmx driverDaniel Friesel-0/+67
2022-01-02bme680-max44009-logger: add POSIX variant with BSEC supportDaniel Friesel-158/+499
2022-01-02BME680 BSEC: support state (de)serialization across application restartsDaniel Friesel-2/+75
2022-01-02deflatetest depends on counter and deflateDaniel Friesel-1/+1
2022-01-02bme680-bsec-logger: retry i2c setupDaniel Friesel-2/+2
2021-12-31the arduino nano i2c driver isn't really eeprom specific tbhDaniel Friesel-7/+8
2021-12-31atmega2560: add i2c driver (identical with atmega328 version)Daniel Friesel-0/+9
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-48/+41