summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
2021-11-28posix: configurable i2c busDaniel Friesel-1/+9
2021-11-21POSIX: Add proper I2C driver (via /dev/i2c)Daniel Friesel-0/+69
2021-10-15msp430fr5994lp cpufreq: remove empty help blockDaniel Friesel-1/+0
2021-10-14stm32, lm4f: "build/system.elf" is the default targetDaniel Friesel-12/+12
2021-10-11add nfpvalues and nfpkeys make targetsDaniel Friesel-0/+34
2021-10-03MSP430FR SPI: _really_ support 16-bit length indicatorsDaniel Friesel-4/+4
2021-10-02msp430fr spi: Use 16-bit lengthsDaniel Friesel-4/+4
2021-09-30Use msp430 flasher 1.3.20 by defaultDaniel Friesel-4/+4
2021-09-30arduino-nano spi: add missing counter variable initializrDaniel Friesel-1/+2
2021-09-25arduino-nano stdout: add pprint (pgmspace string output)Daniel Friesel-1/+10
2021-09-23lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings)Daniel Friesel-1/+11
2021-09-19lora32u4ii spi: go back to 2MHzDaniel Friesel-1/+6
2021-09-19lora32u4ii spi: Remove superfluous delay_msDaniel Friesel-1/+0
2021-09-19lora32u4ii: add spi driverDaniel Friesel-0/+51
2021-09-18lora32u4ii: add promptDaniel Friesel-0/+1
2021-09-18lora32u4ii: Add ADC driverDaniel Friesel-0/+148
2021-09-18New architecture: lora32u4iiDaniel Friesel-0/+308
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-67/+67
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-2/+2
2021-05-28arduino nano kconfig: default to mega328Daniel Friesel-4/+4
2021-05-21esp8266: build system.elf by defaultDaniel Friesel-4/+4
2021-05-21stackm: add stm32f446re supportDaniel Friesel-0/+2
2021-05-20stm32: correctly specify counter overflowDaniel Friesel-1/+1
2021-04-14msp430fr5994: fix uart output. wat.Daniel Friesel-3/+4
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-24/+24
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