summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorLines
2021-02-25add simple TSL2591 illuminance / IR sensor driverDaniel Friesel-0/+30
2021-02-18add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) supportDaniel Friesel-0/+135
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-5/+19
2021-02-07add arch atmega2560 (preliminary support)Daniel Friesel-0/+385
2021-01-30msp430fr5994lp timer: add setup_hz for very low frequenciesDaniel Friesel-0/+7
2021-01-26update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant.Daniel Friesel-0/+1
2021-01-21actually, it's inflate, not deflateDaniel Friesel-2/+4
2021-01-21deflate: return number of bytes written to outputDaniel Friesel-2/+2
2021-01-21rename udeflate to deflateDaniel Friesel-21/+21
2021-01-20udeflate: add support for uncompressed blocksDaniel Friesel-0/+1
2021-01-20udeflate: Verify zlib FCHECKDaniel Friesel-0/+1
2021-01-20add some bounds checksDaniel Friesel-1/+2
2021-01-20Turn udeflate into a proper libraryDaniel Friesel-0/+18
2020-12-11ptalog.h: Fix compilation error for !PTALOG_GPIODaniel Friesel-4/+2
2020-12-08add licensing informationDaniel Friesel-21/+383
2020-11-30add aemr_transition_sync driver (for evaluation purposes only)Daniel Friesel-0/+22
2020-10-23use 16bit uint for msp430fr overflow counterDaniel Friesel-2/+2
2020-10-16ptalog: log state duration as wellDaniel Friesel-7/+34
2020-09-10stm32f446re: implement gpio.readDaniel Friesel-2/+9
2020-09-10stm32f446re-nucleo gpio: Fix offsetsDaniel Friesel-6/+6
2020-09-07remove external libraries from main branchDaniel Friesel-35780/+0
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-0/+0
2020-08-31remove leacy arduino-nano-168 relictDaniel Friesel-1/+0
2020-08-31remove nonfunctional MAX44006 driverDaniel Friesel-21/+0
2020-08-12working AEMR timing benchmarks on stm32f446reDaniel Friesel-5/+35
2020-08-12stm32f446re: Add counterDaniel Friesel-0/+35
2020-08-12stm32f446re: Add uptime counter and proper loop mode with standby in betweenDaniel Friesel-0/+27
2020-07-26Add minimal STM32F446RE Nucleo support. No interrupts yet.Daniel Friesel-0/+82
2020-07-22add timed_resistive_load for µs-scale model generation timing benchmarksDaniel Friesel-0/+74
2020-07-17Add mmsubstate driver for sub-state detection evaluationDaniel Friesel-0/+24
mmsubstate is a synthetic peripheral which uses a LED to create well-defined power sub-states in select power states.
2020-07-17MSP430FR5969: Disable pull-ups when configuring pin as input w/o pull-upDaniel Friesel-0/+5
2020-07-10add resistive load driver for energy measurement device evaluationDaniel Friesel-0/+35
2020-05-14Arduino Nano GPIO: Fix typoDaniel Friesel-4/+4
2020-04-30MSP430FR5969 GPIO: Fix typoDaniel Friesel-1/+1
2020-04-30MSP430 gpio.setup: Avoid unintentional short circuitsDaniel Friesel-14/+40
2020-03-25msp430fr5994lp-256k: aspectc supportDaniel Friesel-0/+3
AspectC++ is not aware of the type "__int20", so we need to map it to a type known to AspectC++ (only for ag++, not g++) and fix its autogenerated constructor signatures.
2020-03-18Arduino: Add ADC driverDaniel Friesel-0/+17
2020-03-11Add S5851A temperature sensor driverDaniel Friesel-0/+19
2020-03-08mpu9250: getRawMagnet: pass request success to userlandDaniel Friesel-1/+1
2020-03-08HDC1080: Add heater toggleDaniel Friesel-0/+1
2019-12-20add untested Arduino Nano SPI driverDaniel Friesel-0/+18
2019-12-12mpu9250: Add nineAxis functionDaniel Friesel-0/+1
2019-12-12bme680_util: add sleep_ms wrapperDaniel Friesel-0/+1
2019-11-28MPU9250: Add AEMR DFA driver functions and modelDaniel Friesel-1/+9
2019-11-18ptalog barcode generation: decrease module size, increase quiet zoneDaniel Friesel-6/+6
2019-11-15ptalog: note that the current code may violate the Code128 quiet zoneDaniel Friesel-0/+3
2019-11-14ptalog: decrease delay border around barcode outputDaniel Friesel-2/+2
2019-11-13ptalog: Support barcode synchronizationDaniel Friesel-2/+17
2019-11-05PTALog: Add PTALOG_GPIO_BEFORE (toggle GPIO before instead of during transition)Daniel Friesel-12/+25
2019-11-01MPU9250: Add SparkFun constants and non-raw readout of Accel and GyroDaniel Friesel-8/+268