Age | Commit message (Expand) | Author | Lines |
2020-09-01 | add randconfig target | Daniel Friesel | -1/+4 |
2020-08-31 | arduino-nano-168 is no more | Daniel Friesel | -5/+0 |
2020-08-31 | msp430fr5994lp-256k is no more | Daniel Friesel | -5/+0 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -53/+156 |
2020-08-27 | Makefile: Auto-select sharp96 pins based on arch | Daniel Friesel | -6/+15 |
2020-07-17 | Add mmsubstate driver for sub-state detection evaluation | Daniel Friesel | -0/+5 |
2020-07-13 | Makefile: Set correct resistor4_pin for resistive_load | Daniel Friesel | -1/+1 |
2020-07-10 | add resistive load driver for energy measurement device evaluation | Daniel Friesel | -0/+13 |
2020-03-11 | Add S5851A temperature sensor driver | Daniel Friesel | -0/+5 |
2019-12-20 | Makefile: Add nrf24l01 pins for arduino | Daniel Friesel | -3/+13 |
2019-11-05 | Makefiles: Fix arch_drivers and drivers overides/additions | Daniel Friesel | -1/+1 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+5 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+5 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+5 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -3/+8 |
2019-08-30 | add dummy driver support | Daniel Friesel | -0/+5 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -3/+10 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+11 |
2019-06-21 | compile code with -fno-exceptions | Daniel Friesel | -1/+1 |
2019-06-05 | Use two FRAM areas to ensure atomicity | Daniel Friesel | -0/+3 |
2019-05-24 | MSP430: save & restore entire SRAM to/from FRAM | Daniel Friesel | -0/+1 |
2019-03-05 | sharp96: Set default pins in Makefile (it's commonly used on MSP430FR boards) | Daniel Friesel | -0/+3 |
2019-01-30 | remove unused avstack, add static-stack-analyze / "make stack" | Daniel Friesel | -2/+3 |
2019-01-29 | add help for common flags | Daniel Friesel | -2/+14 |
2019-01-29 | update architecture-specific help | Daniel Friesel | -8/+8 |
2019-01-29 | Run "make help" without specifying app | Daniel Friesel | -2/+6 |
2018-12-12 | add stackm target (machine-readable stack data) | Daniel Friesel | -0/+5 |
2018-12-11 | "make info": show cflags etc | Daniel Friesel | -0/+3 |
2018-12-11 | add optional malloc tracing | Daniel Friesel | -0/+5 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -3/+3 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -1/+10 |
2018-11-14 | no-rtti no-threadsafe-statics | Daniel Friesel | -2/+2 |
2018-11-13 | Support C targets | Daniel Friesel | -0/+1 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -10/+10 |
2018-11-13 | disable threadsafe statics | Daniel Friesel | -1/+1 |
2018-11-12 | prototest: json serialization | Daniel Friesel | -0/+4 |
2018-10-24 | I2C: Add support for manual / always-on gpio pullups | Daniel Friesel | -2/+14 |
2018-10-15 | makefile: show selected drivers | Daniel Friesel | -0/+1 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -1/+9 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -0/+13 |
2018-08-17 | add timer-supported software i2c + arduino-nano timer | Daniel Friesel | -0/+5 |
2018-08-09 | Optionally disable stdout | Daniel Friesel | -0/+4 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+5 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+5 |
2018-08-07 | i2cdetect: Adjust behaviour to available drivers | Daniel Friesel | -0/+10 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -0/+4 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -1/+1 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+5 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+4 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -1/+1 |