summaryrefslogtreecommitdiff
path: root/src/arch/blinkenrocket
AgeCommit message (Expand)AuthorLines
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-1/+1
2020-12-08add licensing informationDaniel Friesel-0/+32
2020-09-11add AspectC++ to kconfigDaniel Friesel-1/+1
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-1/+1
2020-09-10blinkenrocket: make delay_ms, sleep_ms work with non-compile time constantsDaniel Friesel-2/+6
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-1/+4
2020-08-31kconfig: i2c and softi2c drivers must not be combindDaniel Friesel-0/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-5/+31
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2019-09-02arch makefiles: consistently use $SERIAL_PORTDaniel Friesel-4/+4
2019-01-29update architecture-specific helpDaniel Friesel-1/+1
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-07use custom stack analyzerDaniel Friesel-1/+2
2018-12-05support static analysis of stack usageDaniel Friesel-0/+1
2018-12-04add monitor info to help outputDaniel Friesel-0/+1
2018-11-13Support C targetsDaniel Friesel-2/+5
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-6/+6
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-2/+2
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-1/+6
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-4/+0
2018-08-16Blinkenrocket: Configurable I2C speedDaniel Friesel-2/+10
2018-08-10Add i2cbench appDaniel Friesel-2/+0
2018-08-09Optionally disable stdoutDaniel Friesel-0/+4
2018-08-09blinkenrocket i2c: Add optional no-interrupt I2CDaniel Friesel-2/+9
2018-08-08Add Blinkenrocket archDaniel Friesel-0/+344