summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-16Blinkenrocket: Configurable I2C speedDaniel Friesel-2/+10
2018-08-15i2cbench: write benchmarkDaniel Friesel-4/+2
2018-08-10Add i2cbench appDaniel Friesel-4/+78
2018-08-09Optionally disable stdoutDaniel Friesel-0/+4
2018-08-09i2cdetect: temporary disable i2c detection phaseDaniel Friesel-0/+2
2018-08-09blinkenrocket i2c: Add optional no-interrupt I2CDaniel Friesel-2/+9
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+41
2018-08-08Add Blinkenrocket archDaniel Friesel-0/+344
2018-08-08am2320: Fix typo and remove superfluous bitmaskDaniel Friesel-2/+2
2018-08-08MSP430: Add delay_msDaniel Friesel-0/+6
2018-08-07Add AM2320 driverDaniel Friesel-0/+75
2018-08-07arch: Add delay_ms functionDaniel Friesel-1/+6
2018-08-07SoftI2C: Support Clock StretchingDaniel Friesel-1/+3
2018-08-07AVR GPIO: Add pullup supportDaniel Friesel-0/+13
2018-08-07i2cdetect: Adjust behaviour to available driversDaniel Friesel-2/+17
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-20/+40
2018-07-27arduino-nano: Enable LTODaniel Friesel-1/+1
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-4/+2
2018-07-17MSP430: Some idle waitingDaniel Friesel-6/+25
2018-07-17i2cdetect: Do not allocate i2c_status array on stackDaniel Friesel-1/+2
2018-07-14arduino-nano: i2c: Use idle waitingDaniel Friesel-18/+21
2018-07-12Add arch.idle() commandDaniel Friesel-0/+27
2018-07-12MSP430: Call loop() from main function to avoid nested interruptsDaniel Friesel-3/+15
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-2/+2
2018-07-12Include hw/sw i2c based on preprocessor macrosDaniel Friesel-0/+8
2018-07-12Add I2C Detect appDaniel Friesel-2/+216
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-4/+14
2018-07-12Add delay_us on AVR archDaniel Friesel-0/+6
2018-07-12Extend ESP8266 GPIODaniel Friesel-3/+125
2018-01-16esp8266 stdout: add printf_uint8 and printf_floatDaniel Friesel-0/+35
2018-01-15Add Software I2C implementationDaniel Friesel-0/+121
2018-01-15msp430 i2c: clear TXIFG after sending the last byteDaniel Friesel-0/+1
2018-01-12add arduino nano stdin driverDaniel Friesel-1/+44
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-95/+253
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+16
2018-01-12add mmsimple driverDaniel Friesel-0/+32
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-70/+237
2018-01-11use inline functions for most gpioDaniel Friesel-60/+0
2017-12-19add (untested!) MSP430 SPI driverDaniel Friesel-0/+119
2017-12-19set required features in app MakefileDaniel Friesel-2/+20
2017-12-18arduino-nano: Add GPIO input/output/read/write supportDaniel Friesel-0/+1
2017-12-15Add basic help outputDaniel Friesel-4/+21
2017-12-15Arduino Nano: Allow ovverriding port / prog. baud rateDaniel Friesel-2/+4
2017-12-15Add AVR (Arduino Nano) supportDaniel Friesel-0/+157
2017-12-15Add support for ESP8266 secondary LEDDaniel Friesel-6/+41
2017-12-14Add MSP430FR5969 ADC driverDaniel Friesel-0/+72
2017-12-14Add I2C and LM75 driversDaniel Friesel-3/+163
2017-12-14msp430fr5969lp: Add TIMER_S supportDaniel Friesel-5/+12
2017-12-13add simple cache benchmark applicationDaniel Friesel-22/+113
2017-12-11add app supportDaniel Friesel-0/+0