summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-09-23GPIO: Specify default LED IDDaniel Friesel-30/+30
2021-09-23lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings)Daniel Friesel-1/+13
2021-09-22lora32u4ii: User LED is PC7, not PB5Daniel Friesel-6/+2
2021-09-19lora32u4ii spi: go back to 2MHzDaniel Friesel-1/+6
2021-09-19lora32u4ii spi: Remove superfluous delay_msDaniel Friesel-1/+0
2021-09-19lora32u4ii: add spi driverDaniel Friesel-0/+66
2021-09-19lora32u4ii test app (reads version from SX1276)Daniel Friesel-0/+561
2021-09-18lora32u4ii: add promptDaniel Friesel-0/+1
2021-09-18lora32u4ii: Add ADC driverDaniel Friesel-1/+176
2021-09-18New architecture: lora32u4iiDaniel Friesel-0/+557
2021-09-12arduino-nano/adc: Add missing stdint includeDaniel Friesel-0/+2
2021-09-02Fix s5851a driverDaniel Friesel-1/+1
2021-05-28driver configuration is now kconfig-firstDaniel Friesel-150/+49
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-104/+97
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-42/+42
2021-05-28outputstream: base is an 8-bit valueDaniel Friesel-1/+1
2021-05-28gitignore: add auto-generated config.hDaniel Friesel-1/+1
2021-05-28Makefile: fix typoDaniel Friesel-1/+1
2021-05-28arduino nano kconfig: default to mega328Daniel Friesel-4/+4
2021-05-21esp8266: build system.elf by defaultDaniel Friesel-4/+4
2021-05-21stackm: add stm32f446re supportDaniel Friesel-3/+11
2021-05-20stm32: correctly specify counter overflowDaniel Friesel-1/+1
2021-04-16ssd1306-bad-apple: support both 128x64 and 128x32 displaysDaniel Friesel-8/+8
2021-04-16ssd1306: reset column and page pointer on initializationDaniel Friesel-2/+8
2021-04-15scd4x: implement startLowPower, remove unsupported stopLowPowerDaniel Friesel-1/+7
2021-04-14msp430fr5994: fix uart output. wat.Daniel Friesel-3/+4
2021-04-13ffsDaniel Friesel-0/+1
2021-04-13gitlab ci: fix posix targetDaniel Friesel-0/+1
2021-04-13tests: create empty .config to satisfy dependenciesDaniel Friesel-0/+14
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-24/+62
2021-04-13add ssd1306 bad apple skeletonDaniel Friesel-0/+153
2021-04-12add ssd1306 test appDaniel Friesel-3/+89
2021-04-12i2cdetect: select hardware i2c meta-variable in app modeDaniel Friesel-0/+1
2021-04-11ssd1306: Comment initialization sequenceDaniel Friesel-3/+77
2021-04-11ssd1306: Add setContrast and setInvert methodsDaniel Friesel-1/+14
2021-04-11Add SSD1306 OLED display driverDaniel Friesel-0/+153
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-6/+19
2021-03-17msp430fr5994: fix gpio definitionsDaniel Friesel-8/+8
2021-02-26softi2c: report NAKs during TXDaniel Friesel-3/+9
2021-02-26Add SCD4x driver and datalog integrationDaniel Friesel-0/+110
2021-02-25add simple TSL2591 illuminance / IR sensor driverDaniel Friesel-0/+81
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-31/+28
2021-02-24sharp96 depends on large modeDaniel Friesel-3/+4
2021-02-24nrf24l01test: select spi driverDaniel Friesel-2/+3
2021-02-24Add more build testsDaniel Friesel-15/+70
2021-02-18add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) supportDaniel Friesel-0/+575
2021-02-17esp8266, stm32f446re-nucleo: Fix ROM/RAM usage reportDaniel Friesel-2/+2
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-13/+101