summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-4/+4
2021-02-18add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) supportDaniel Friesel-0/+440
2021-02-17esp8266, stm32f446re-nucleo: Fix ROM/RAM usage reportDaniel Friesel-2/+2
2021-02-14arduino-nano/i2c: add missing return, remove unused variableDaniel Friesel-2/+1
2021-02-07add arch atmega2560 (preliminary support)Daniel Friesel-0/+386
2021-01-28add more cat targets and size outputDaniel Friesel-3/+14
2021-01-24Add "make cat" target (includes cycle to ms conversion)Daniel Friesel-2/+5
2021-01-15msp430fr5994: fix monitor targetDaniel Friesel-1/+1
2020-12-11msp430fR5994lp: configurable uart baud rateDaniel Friesel-11/+21
2020-12-09lintDaniel Friesel-10/+10
2020-12-09msp430fr5994lp: model clock system in kconfig++Daniel Friesel-3/+108
2020-12-09arduino nano: add cpu frequency to kconfigDaniel Friesel-0/+13
2020-12-08add licensing informationDaniel Friesel-7/+338
2020-12-02msp430fr5994lp: add 16MHz HFXT clock source supportDaniel Friesel-2/+63
2020-12-01msp430fr5994: fix typoDaniel Friesel-1/+1
2020-11-30msp430fr5994: add experimental support for 32kHz operation via LFXTDaniel Friesel-1/+19
2020-11-30msp430fr5994: add gdb and gdb-server targetsDaniel Friesel-2/+17
2020-10-26msp430 sleep_ms: restore previous interrupt state on exitDaniel Friesel-1/+11
2020-10-23use 16bit uint for msp430fr overflow counterDaniel Friesel-1/+1
2020-10-22fix energytrace+timer-based AEMR/dfatool benchmarks on msp430fr5994Daniel Friesel-1/+1
2020-09-16msp430fr5994lp: fix attribute generation with large mode enabledDaniel Friesel-0/+5
2020-09-11add AspectC++ to kconfigDaniel Friesel-7/+7
2020-09-10stm32f446re-nucleo does not have a timer driver yetDaniel Friesel-9/+9
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-10/+7
2020-09-10blinkenrocket: make delay_ms, sleep_ms work with non-compile time constantsDaniel Friesel-2/+6
2020-09-07stm32f446re: update "make help"Daniel Friesel-5/+1
2020-09-07libopencm3: Switch to Python3 forkDaniel Friesel-1/+0
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-7/+30
2020-08-31arduino-nano: Add "make size" targetDaniel Friesel-1/+6
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-28/+12
2020-08-31kconfig: i2c and softi2c drivers must not be combindDaniel Friesel-0/+4
2020-08-31esp8266: use qio by defaultDaniel Friesel-1/+1
2020-08-31spi_a1 drivers are brokenDaniel Friesel-6/+8
2020-08-31msp430fr5994lp spi_a1: Fix include pathDaniel Friesel-1/+1
2020-08-31arduino nano: Turn CPU into a choiceDaniel Friesel-2/+9
2020-08-31Merge arduino-nano-168 into arduino-nano (differences are minimal)Daniel Friesel-206/+10
2020-08-28Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 insteadDaniel Friesel-52/+7
2020-08-28POSIX: Fix timer_s / uptime config in makefileDaniel Friesel-3/+3
2020-08-28stm32f446re-nucleo: Fix missing -c switch in "make program"Daniel Friesel-1/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-86/+495
2020-08-27use the same gcc version for msp430fr5969 an msp430fr5994Daniel Friesel-10/+11
2020-08-13GitLab CI: Add build tests for stm32f446re-nucleoDaniel Friesel-3/+4
2020-08-12stm32f446re: configurable clock speedDaniel Friesel-1/+16
2020-08-12working AEMR timing benchmarks on stm32f446reDaniel Friesel-0/+2
2020-08-12stm32f446re: Add counterDaniel Friesel-13/+40
2020-08-12stm32f446re: Add uptime counter and proper loop mode with standby in betweenDaniel Friesel-3/+53
2020-07-26Add minimal STM32F446RE Nucleo support. No interrupts yet.Daniel Friesel-0/+211
2020-07-22add timed_resistive_load for µs-scale model generation timing benchmarksDaniel Friesel-1/+100
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+7
2020-04-29MSP430FR5994: Use /opt/msp430 for MSP430Flasher by defaultDaniel Friesel-1/+1