Age | Commit message (Expand) | Author | Lines |
2021-10-21 | pervasive aurora mb: more specific hardware description | Daniel Friesel | -2/+4 |
2021-10-20 | pervasive_aurora_mb: add partial update support | Daniel Friesel | -1/+1 |
2021-10-17 | Add DS2482-100 Single-Channel 1-Wire Master driver | Daniel Friesel | -0/+26 |
2021-10-15 | add framebuffer and pervasive aurora mb test app | Daniel Friesel | -0/+21 |
2021-10-14 | Add Pervasive Aurora Mb E-Paper driver | Daniel Friesel | -0/+28 |
2021-10-10 | sharp96, ssd1306: Describe hardware in driver header | Daniel Friesel | -1/+7 |
2021-10-02 | msp430fr spi: Use 16-bit lengths | Daniel Friesel | -4/+4 |
2021-09-25 | arduino-nano stdout: add pprint (pgmspace string output) | Daniel Friesel | -0/+2 |
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 | -0/+2 |
2021-09-22 | lora32u4ii: User LED is PC7, not PB5 | Daniel Friesel | -6/+2 |
2021-09-19 | lora32u4ii: add spi driver | Daniel Friesel | -0/+15 |
2021-09-18 | lora32u4ii: Add ADC driver | Daniel Friesel | -1/+28 |
2021-09-18 | New architecture: lora32u4ii | Daniel Friesel | -0/+249 |
2021-09-12 | arduino-nano/adc: Add missing stdint include | Daniel Friesel | -0/+2 |
2021-05-28 | Set loop/wakeup/ostream either via .config or via app/commandline | Daniel Friesel | -2/+2 |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -3/+3 |
2021-04-16 | ssd1306: reset column and page pointer on initialization | Daniel Friesel | -2/+8 |
2021-04-15 | scd4x: implement startLowPower, remove unsupported stopLowPower | Daniel Friesel | -1/+0 |
2021-04-11 | ssd1306: Comment initialization sequence | Daniel Friesel | -3/+76 |
2021-04-11 | ssd1306: Add setContrast and setInvert methods | Daniel Friesel | -1/+3 |
2021-04-11 | Add SSD1306 OLED display driver | Daniel Friesel | -0/+78 |
2021-04-10 | Allow software and hardware i2c to be used together (e.g. on different pins) | Daniel Friesel | -0/+2 |
2021-03-17 | msp430fr5994: fix gpio definitions | Daniel Friesel | -8/+8 |
2021-02-26 | Add SCD4x driver and datalog integration | Daniel Friesel | -0/+34 |
2021-02-25 | add simple TSL2591 illuminance / IR sensor driver | Daniel Friesel | -0/+30 |
2021-02-18 | add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) support | Daniel Friesel | -0/+135 |
2021-02-14 | add initialization and readout to CCS811 driver | Daniel Friesel | -5/+19 |
2021-02-07 | add arch atmega2560 (preliminary support) | Daniel Friesel | -0/+385 |
2021-01-30 | msp430fr5994lp timer: add setup_hz for very low frequencies | Daniel Friesel | -0/+7 |
2021-01-26 | update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant. | Daniel Friesel | -0/+1 |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -2/+4 |
2021-01-21 | deflate: return number of bytes written to output | Daniel Friesel | -2/+2 |
2021-01-21 | rename udeflate to deflate | Daniel Friesel | -21/+21 |
2021-01-20 | udeflate: add support for uncompressed blocks | Daniel Friesel | -0/+1 |
2021-01-20 | udeflate: Verify zlib FCHECK | Daniel Friesel | -0/+1 |
2021-01-20 | add some bounds checks | Daniel Friesel | -1/+2 |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -0/+18 |
2020-12-11 | ptalog.h: Fix compilation error for !PTALOG_GPIO | Daniel Friesel | -4/+2 |
2020-12-08 | add licensing information | Daniel Friesel | -21/+383 |
2020-11-30 | add aemr_transition_sync driver (for evaluation purposes only) | Daniel Friesel | -0/+22 |
2020-10-23 | use 16bit uint for msp430fr overflow counter | Daniel Friesel | -2/+2 |
2020-10-16 | ptalog: log state duration as well | Daniel Friesel | -7/+34 |
2020-09-10 | stm32f446re: implement gpio.read | Daniel Friesel | -2/+9 |
2020-09-10 | stm32f446re-nucleo gpio: Fix offsets | Daniel Friesel | -6/+6 |
2020-09-07 | remove external libraries from main branch | Daniel Friesel | -35780/+0 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -0/+0 |
2020-08-31 | remove leacy arduino-nano-168 relict | Daniel Friesel | -1/+0 |
2020-08-31 | remove nonfunctional MAX44006 driver | Daniel Friesel | -21/+0 |
2020-08-12 | working AEMR timing benchmarks on stm32f446re | Daniel Friesel | -5/+35 |