Age | Commit message (Expand) | Author | Lines |
2021-11-13 | add adctest app | Daniel Friesel | -0/+94 |
2021-11-04 | add inflate library to kconfig | Daniel Friesel | -0/+20 |
2021-11-03 | wetterstation: monitor vcc and temperature | Daniel Friesel | -0/+4 |
2021-11-03 | kconfig: s5851a should be working now | Daniel Friesel | -1/+25 |
2021-11-03 | Makefile: add ds2482 compilation switch | Daniel Friesel | -0/+4 |
2021-11-03 | store fonts in PROGMEM on AVR | Daniel Friesel | -192/+219 |
2021-11-03 | ssd1306: support both vertical and horizontal adress modes | Daniel Friesel | -2/+35 |
2021-11-02 | add mirrored version of pixeloperator font | Daniel Friesel | -3/+210 |
2021-11-02 | framebuffer: add OutputStream support with pixelfont | Daniel Friesel | -12/+262 |
2021-11-01 | pervasive aurora mb: reset frame rate back to a sane default | Daniel Friesel | -1/+1 |
2021-11-01 | add pervasive aurora mb bad apple (not really working yet) | Daniel Friesel | -0/+137 |
2021-10-31 | pervasive auroa mb: document observed frame rates for flashless update | Daniel Friesel | -2/+15 |
2021-10-31 | I think our frame number is 0x05 | Daniel Friesel | -5/+5 |
2021-10-31 | pervasive aurora mb: add initialization code for flashless updates | Daniel Friesel | -7/+90 |
2021-10-21 | pervasive aurora mb: more specific hardware description | Daniel Friesel | -4/+8 |
2021-10-20 | add mh-z19 test app | Daniel Friesel | -0/+188 |
2021-10-20 | Add missing makefile targets for aurora mb and framebuffer | Daniel Friesel | -0/+21 |
2021-10-20 | pervasive_aurora_mb: add partial update support | Daniel Friesel | -4/+26 |
2021-10-17 | Add DS2482-100 Single-Channel 1-Wire Master driver | Daniel Friesel | -0/+109 |
2021-10-15 | msp430fr5994lp cpufreq: remove empty help block | Daniel Friesel | -1/+0 |
2021-10-15 | add framebuffer and pervasive aurora mb test app | Daniel Friesel | -0/+267 |
2021-10-14 | etcontroller: add application and makefile | Daniel Friesel | -0/+40 |
2021-10-14 | stm32, lm4f: "build/system.elf" is the default target | Daniel Friesel | -12/+12 |
2021-10-14 | Add Pervasive Aurora Mb E-Paper driver | Daniel Friesel | -0/+158 |
2021-10-11 | add scripts/nfpvalues.py | Daniel Friesel | -0/+44 |
2021-10-11 | add nfpvalues and nfpkeys make targets | Daniel Friesel | -1/+38 |
2021-10-10 | sharp96, ssd1306: Describe hardware in driver header | Daniel Friesel | -1/+13 |
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 | -8/+8 |
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/+12 |
2021-09-23 | Import partially adapted MCCI LoRaWAN LMIC library. Needs further work. | Daniel Friesel | -499/+16787 |
2021-09-23 | GPIO: Specify default LED ID | Daniel Friesel | -30/+30 |
2021-09-23 | lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings) | Daniel Friesel | -1/+13 |
2021-09-22 | lora32u4ii: User LED is PC7, not PB5 | Daniel Friesel | -6/+2 |
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/+66 |
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 | -1/+176 |
2021-09-18 | New architecture: lora32u4ii | Daniel Friesel | -0/+557 |
2021-09-12 | arduino-nano/adc: Add missing stdint include | Daniel Friesel | -0/+2 |
2021-09-02 | Fix s5851a driver | Daniel Friesel | -1/+1 |
2021-05-28 | driver configuration is now kconfig-first | Daniel Friesel | -150/+49 |
2021-05-28 | Set loop/wakeup/ostream either via .config or via app/commandline | Daniel Friesel | -104/+97 |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -42/+42 |
2021-05-28 | outputstream: base is an 8-bit value | Daniel Friesel | -1/+1 |
2021-05-28 | gitignore: add auto-generated config.h | Daniel Friesel | -1/+1 |