summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-04-13add ssd1306 bad apple skeletonDaniel Friesel-0/+153
2021-04-12add ssd1306 test appDaniel Friesel-0/+86
2021-04-12i2cdetect: select hardware i2c meta-variable in app modeDaniel Friesel-0/+1
2021-04-11ssd1306: Comment initialization sequenceDaniel Friesel-0/+1
2021-04-11ssd1306: Add setContrast and setInvert methodsDaniel Friesel-0/+11
2021-04-11Add SSD1306 OLED display driverDaniel Friesel-0/+66
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-6/+13
2021-02-26softi2c: report NAKs during TXDaniel Friesel-3/+9
2021-02-26Add SCD4x driver and datalog integrationDaniel Friesel-0/+58
2021-02-25add simple TSL2591 illuminance / IR sensor driverDaniel Friesel-0/+51
2021-02-25move datalog functions from i2cdetect into separate appDaniel Friesel-205/+256
2021-02-24i2cdetect: ccs811: more concise output, use low-power measuring modeDaniel Friesel-5/+3
2021-02-24app makefiles: set CONFIG_* variables where applicableDaniel Friesel-27/+27
2021-02-24sharp96 depends on large modeDaniel Friesel-3/+4
2021-02-24nrf24l01test: select spi driverDaniel Friesel-2/+3
2021-02-18add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) supportDaniel Friesel-0/+440
2021-02-17esp8266, stm32f446re-nucleo: Fix ROM/RAM usage reportDaniel Friesel-2/+2
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-8/+82
2021-02-14bme680-max44009-logger: switch to bme680 float apiDaniel Friesel-3/+6
2021-02-14do not continuously re-init bme680Daniel Friesel-18/+27
2021-02-14arduino-nano/i2c: add missing return, remove unused variableDaniel Friesel-2/+1
2021-02-14bme680-max44009-logger: improve resilience against bad wiringDaniel Friesel-27/+76
2021-02-08add arduino-nano bme680-max44009-dataloggerDaniel Friesel-0/+300
2021-02-07add arch atmega2560 (preliminary support)Daniel Friesel-0/+386
2021-02-03bad apple: increase frame rate to 7 FPS. now running at actual speed.Daniel Friesel-739/+588
2021-02-01update deflate libraryDaniel Friesel-3/+93
2021-01-31Bad Apple now running @ 6.67 HzDaniel Friesel-1280/+745
2021-01-30add sharp96 bad apple appDaniel Friesel-0/+1359
2021-01-30inflate bugfixDaniel Friesel-7/+7
2021-01-30sharp96: writeLine: send vcom bitDaniel Friesel-1/+1
2021-01-28add more cat targets and size outputDaniel Friesel-3/+14
2021-01-28add kconfig variables for inflate libDaniel Friesel-6/+11
2021-01-26update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant.Daniel Friesel-44/+60
2021-01-24deflatetest benchmark: support avr-sizeDaniel Friesel-6/+22
2021-01-24deflatetest: add benchmark scriptDaniel Friesel-8/+80
2021-01-24Add "make cat" target (includes cycle to ms conversion)Daniel Friesel-11/+14
2021-01-24deflatetest: Move data to separate file; add deflate helperDaniel Friesel-28/+45
2021-01-21actually, it's inflate, not deflateDaniel Friesel-13/+12
2021-01-21fix illegal array accessDaniel Friesel-1/+1
2021-01-21deflate: remove debug statementsDaniel Friesel-69/+27
2021-01-21deflate: return number of bytes written to outputDaniel Friesel-13/+22
2021-01-21rename udeflate to deflateDaniel Friesel-501/+500
2021-01-20udeflate: fix off-by-one in uncompressed size checkDaniel Friesel-2/+2
2021-01-20udeflate: fix off-by-one in static huffman dictionary generationDaniel Friesel-6/+6
2021-01-20udeflate: add support for uncompressed blocksDaniel Friesel-3/+30
2021-01-20udeflate: Verify zlib FCHECKDaniel Friesel-0/+4
2021-01-20udeflate: Fix FDICT checkDaniel Friesel-1/+1
2021-01-20add some bounds checksDaniel Friesel-3/+10
2021-01-20Turn udeflate into a proper libraryDaniel Friesel-351/+464
2021-01-19add naive adler32 checksum verificationDaniel Friesel-10/+57