summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorLines
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
2018-10-15makefile: show selected driversDaniel Friesel-0/+1
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-1/+9
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-0/+13
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+5
2018-08-09Optionally disable stdoutDaniel Friesel-0/+4
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+5
2018-08-07Add AM2320 driverDaniel Friesel-0/+5
2018-08-07i2cdetect: Adjust behaviour to available driversDaniel Friesel-0/+10
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-0/+4
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+1
2018-01-15Add Software I2C implementationDaniel Friesel-0/+5
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-0/+4
2018-01-12add optional aspectc++ supportDaniel Friesel-1/+1
2018-01-12add mmsimple driverDaniel Friesel-0/+5
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-0/+8
2017-12-19set required features in app MakefileDaniel Friesel-0/+2
2017-12-15Add basic help outputDaniel Friesel-1/+16
2017-12-15Add support for ESP8266 secondary LEDDaniel Friesel-1/+5
2017-12-14Add I2C and LM75 driversDaniel Friesel-0/+1
2017-12-13add simple cache benchmark applicationDaniel Friesel-0/+12
2017-12-11add app supportDaniel Friesel-1/+1
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+1
2017-12-08Add output support (broken on esp8266)Daniel Friesel-2/+2
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-0/+4
2017-12-05Add basic ESP8266 supportDaniel Friesel-7/+1
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+21