Age | Commit message (Expand) | Author | Lines |
2021-10-10 | sharp96, ssd1306: Describe hardware in driver header | Daniel Friesel | -0/+6 |
2021-10-03 | MSP430FR SPI: _really_ support 16-bit length indicators | Daniel Friesel | -4/+4 |
2021-10-02 | msp430fr spi: Use 16-bit lengths | Daniel Friesel | -4/+4 |
2021-09-30 | Use msp430 flasher 1.3.20 by default | Daniel Friesel | -4/+4 |
2021-09-30 | arduino-nano spi: add missing counter variable initializr | Daniel Friesel | -1/+2 |
2021-09-25 | arduino-nano stdout: add pprint (pgmspace string output) | Daniel Friesel | -1/+10 |
2021-09-23 | Import partially adapted MCCI LoRaWAN LMIC library. Needs further work. | Daniel Friesel | -499/+16787 |
2021-09-23 | lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings) | Daniel Friesel | -1/+11 |
2021-09-19 | lora32u4ii spi: go back to 2MHz | Daniel Friesel | -1/+6 |
2021-09-19 | lora32u4ii spi: Remove superfluous delay_ms | Daniel Friesel | -1/+0 |
2021-09-19 | lora32u4ii: add spi driver | Daniel Friesel | -0/+51 |
2021-09-19 | lora32u4ii test app (reads version from SX1276) | Daniel Friesel | -0/+561 |
2021-09-18 | lora32u4ii: add prompt | Daniel Friesel | -0/+1 |
2021-09-18 | lora32u4ii: Add ADC driver | Daniel Friesel | -0/+148 |
2021-09-18 | New architecture: lora32u4ii | Daniel Friesel | -0/+308 |
2021-09-02 | Fix s5851a driver | Daniel Friesel | -1/+1 |
2021-05-28 | driver configuration is now kconfig-first | Daniel Friesel | -38/+48 |
2021-05-28 | Set loop/wakeup/ostream either via .config or via app/commandline | Daniel Friesel | -88/+88 |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -34/+34 |
2021-05-28 | outputstream: base is an 8-bit value | Daniel Friesel | -1/+1 |
2021-05-28 | arduino nano kconfig: default to mega328 | Daniel Friesel | -4/+4 |
2021-05-21 | esp8266: build system.elf by default | Daniel Friesel | -4/+4 |
2021-05-21 | stackm: add stm32f446re support | Daniel Friesel | -0/+2 |
2021-05-20 | stm32: correctly specify counter overflow | Daniel Friesel | -1/+1 |
2021-04-16 | ssd1306-bad-apple: support both 128x64 and 128x32 displays | Daniel Friesel | -8/+8 |
2021-04-15 | scd4x: implement startLowPower, remove unsupported stopLowPower | Daniel Friesel | -0/+7 |
2021-04-14 | msp430fr5994: fix uart output. wat. | Daniel Friesel | -3/+4 |
2021-04-13 | prepare for switch to config.h instead of CFLAGS defines | Daniel Friesel | -24/+24 |
2021-04-13 | add ssd1306 bad apple skeleton | Daniel Friesel | -0/+153 |
2021-04-12 | add ssd1306 test app | Daniel Friesel | -0/+86 |
2021-04-12 | i2cdetect: select hardware i2c meta-variable in app mode | Daniel Friesel | -0/+1 |
2021-04-11 | ssd1306: Comment initialization sequence | Daniel Friesel | -0/+1 |
2021-04-11 | ssd1306: Add setContrast and setInvert methods | Daniel Friesel | -0/+11 |
2021-04-11 | Add SSD1306 OLED display driver | Daniel Friesel | -0/+66 |
2021-04-10 | Allow software and hardware i2c to be used together (e.g. on different pins) | Daniel Friesel | -6/+13 |
2021-02-26 | softi2c: report NAKs during TX | Daniel Friesel | -3/+9 |
2021-02-26 | Add SCD4x driver and datalog integration | Daniel Friesel | -0/+58 |
2021-02-25 | add simple TSL2591 illuminance / IR sensor driver | Daniel Friesel | -0/+51 |
2021-02-25 | move datalog functions from i2cdetect into separate app | Daniel Friesel | -205/+256 |
2021-02-24 | i2cdetect: ccs811: more concise output, use low-power measuring mode | Daniel Friesel | -5/+3 |
2021-02-24 | app makefiles: set CONFIG_* variables where applicable | Daniel Friesel | -27/+27 |
2021-02-24 | sharp96 depends on large mode | Daniel Friesel | -3/+4 |
2021-02-24 | nrf24l01test: select spi driver | Daniel Friesel | -2/+3 |
2021-02-18 | add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) support | Daniel Friesel | -0/+440 |
2021-02-17 | esp8266, stm32f446re-nucleo: Fix ROM/RAM usage report | Daniel Friesel | -2/+2 |
2021-02-14 | add initialization and readout to CCS811 driver | Daniel Friesel | -8/+82 |
2021-02-14 | bme680-max44009-logger: switch to bme680 float api | Daniel Friesel | -3/+6 |
2021-02-14 | do not continuously re-init bme680 | Daniel Friesel | -18/+27 |
2021-02-14 | arduino-nano/i2c: add missing return, remove unused variable | Daniel Friesel | -2/+1 |
2021-02-14 | bme680-max44009-logger: improve resilience against bad wiring | Daniel Friesel | -27/+76 |