summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
2019-02-18improve cpu_freq helpDaniel Friesel-2/+4
2019-01-31add simple compile and option-combination tests for posix archDaniel Friesel-1/+1
2019-01-31posix: add missing delay_us and delay_ms functionsDaniel Friesel-0/+17
2019-01-29update architecture-specific helpDaniel Friesel-14/+31
2019-01-29add primitive esp8266 counterDaniel Friesel-0/+3
2019-01-29posix: document gpio_trace switchDaniel Friesel-1/+1
2018-12-13add fake counter driver for arch=posixDaniel Friesel-0/+3
2018-12-13mpmallocDaniel Friesel-1/+1
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+7
2018-12-11Add msp430fR5994lp-256k dummy archDaniel Friesel-0/+8
2018-12-11msp430fr5994: Add optional -mlarge for >48kB code sizeDaniel Friesel-0/+4
2018-12-11derpDaniel Friesel-5/+0
2018-12-11New architecture: msp430fr5994lp (MSP430FR5994 Launchpad)Daniel Friesel-0/+800
2018-12-07use custom stack analyzerDaniel Friesel-10/+6
2018-12-05arduino-nano: make delay functions inlineDaniel Friesel-2/+2
2018-12-05support static analysis of stack usageDaniel Friesel-2/+25
2018-12-04add monitor info to help outputDaniel Friesel-0/+10
2018-12-04arduino-nano: change timer to new APIDaniel Friesel-0/+4
2018-12-03msp430: note that LTO seems to be brokenDaniel Friesel-1/+4
2018-12-03esp8266: Enable proper LTO and section GCDaniel Friesel-2/+3
2018-12-03esp8266: add counter driverDaniel Friesel-3/+19
2018-11-30arduino: check program size is below 100% before flashingDaniel Friesel-0/+2
2018-11-30posix: quiet buildDaniel Friesel-3/+3
2018-11-16esp8266 stdout: partialle respect base, output unsigned char as numberDaniel Friesel-3/+15
2018-11-16esp8266: Use os_printf where applicableDaniel Friesel-15/+7
2018-11-15MSP430: Add "counter" driverDaniel Friesel-0/+11
2018-11-15arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1Daniel Friesel-0/+18
2018-11-15restore arduino-nano MakefileDaniel Friesel-4/+23
2018-11-14no-rtti no-threadsafe-staticsDaniel Friesel-1/+1
2018-11-13Support C targetsDaniel Friesel-10/+29
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-40/+40
2018-11-12watDaniel Friesel-2/+11
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-2/+8
2018-10-25msp430 i2c: refactor code a bitDaniel Friesel-19/+14
2018-10-25msp430: Fix delay_us/delay_ms for F_CPU≠16MHzDaniel Friesel-2/+2
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-0/+4
2018-10-23POSIX: Improve GPIO emulationDaniel Friesel-28/+4
2018-10-19MSP430 I2C: Enable interrupts for RX modeDaniel Friesel-1/+7
2018-10-19msp430: Notify software if I2C driver is activeDaniel Friesel-0/+1
2018-10-19arduino nano: support additional CPU frequenciesDaniel Friesel-6/+74
2018-10-18msp430 arch.cc cleanupDaniel Friesel-111/+1
2018-10-18MSP430: Show calculated real timer frequency on 'info"Daniel Friesel-1/+49
2018-10-16MSP430: Support CPU speed variation in microsecond timerDaniel Friesel-5/+17
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-8/+8
2018-10-15set default for F_I2CDaniel Friesel-0/+4
2018-10-15MSP430 stdout: Support more CPU frequenciesDaniel Friesel-1/+29
2018-10-15MSP430: Avoid possible race conditions when going to sleepDaniel Friesel-6/+4
2018-10-15MSP430: Support several CPU speedsDaniel Friesel-3/+24
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-36/+64
2018-10-12MSP430 I2C: Configurable I2C frequencyDaniel Friesel-1/+1