summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-0/+3
2021-04-11Add SSD1306 OLED display driverDaniel Friesel-0/+9
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-0/+4
2021-02-26Add SCD4x driver and datalog integrationDaniel Friesel-0/+18
2021-02-24app makefiles: set CONFIG_* variables where applicableDaniel Friesel-4/+1
2021-02-01update deflate libraryDaniel Friesel-0/+4
2021-01-28add kconfig variables for inflate libDaniel Friesel-0/+8
2020-12-08add licensing informationDaniel Friesel-0/+4
2020-11-30add aemr_transition_sync driver (for evaluation purposes only)Daniel Friesel-0/+8
2020-09-11add AspectC++ to kconfigDaniel Friesel-0/+4
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-1/+1
2020-09-07add softi2c pullup to KconfigDaniel Friesel-0/+9
2020-09-01add randconfig targetDaniel Friesel-1/+1
2020-09-01add randconfig targetDaniel Friesel-1/+4
2020-08-31arduino-nano-168 is no moreDaniel Friesel-5/+0
2020-08-31msp430fr5994lp-256k is no moreDaniel Friesel-5/+0
2020-08-28Expose configuration via KconfigDaniel Friesel-53/+156
2020-08-27Makefile: Auto-select sharp96 pins based on archDaniel Friesel-6/+15
2020-07-17Add mmsubstate driver for sub-state detection evaluationDaniel Friesel-0/+5
2020-07-13Makefile: Set correct resistor4_pin for resistive_loadDaniel Friesel-1/+1
2020-07-10add resistive load driver for energy measurement device evaluationDaniel Friesel-0/+13
2020-03-11Add S5851A temperature sensor driverDaniel Friesel-0/+5
2019-12-20Makefile: Add nrf24l01 pins for arduinoDaniel Friesel-3/+13
2019-11-05Makefiles: Fix arch_drivers and drivers overides/additionsDaniel Friesel-1/+1
2019-10-25Add BME280 driverDaniel Friesel-0/+5
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+5
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+5
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-3/+8
2019-08-30add dummy driver supportDaniel Friesel-0/+5
2019-07-16Working Nrf24 ping-pongDaniel Friesel-3/+10
2019-06-21add basic nRF24 driverDaniel Friesel-0/+11
2019-06-21compile code with -fno-exceptionsDaniel Friesel-1/+1
2019-06-05Use two FRAM areas to ensure atomicityDaniel Friesel-0/+3
2019-05-24MSP430: save & restore entire SRAM to/from FRAMDaniel Friesel-0/+1
2019-03-05sharp96: Set default pins in Makefile (it's commonly used on MSP430FR boards)Daniel Friesel-0/+3
2019-01-30remove unused avstack, add static-stack-analyze / "make stack"Daniel Friesel-2/+3
2019-01-29add help for common flagsDaniel Friesel-2/+14
2019-01-29update architecture-specific helpDaniel Friesel-8/+8
2019-01-29Run "make help" without specifying appDaniel Friesel-2/+6
2018-12-12add stackm target (machine-readable stack data)Daniel Friesel-0/+5
2018-12-11"make info": show cflags etcDaniel Friesel-0/+3
2018-12-11add optional malloc tracingDaniel Friesel-0/+5
2018-12-07use custom stack analyzerDaniel Friesel-3/+3
2018-12-05support static analysis of stack usageDaniel Friesel-1/+10
2018-11-14no-rtti no-threadsafe-staticsDaniel Friesel-2/+2
2018-11-13Support C targetsDaniel Friesel-0/+1
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-10/+10
2018-11-13disable threadsafe staticsDaniel Friesel-1/+1
2018-11-12prototest: json serializationDaniel Friesel-0/+4
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-2/+14