summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
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
2020-03-25msp430fr5994lp-256k: aspectc supportDaniel Friesel-2/+17
2020-03-18Arduino: Add ADC driverDaniel Friesel-0/+88
2020-02-12msp430 makefile: show ROM/RAM usageDaniel Friesel-0/+4
2019-12-20add untested Arduino Nano SPI driverDaniel Friesel-2/+55
2019-12-18msp430fR5969: Add sleep_ms functionDaniel Friesel-0/+49
2019-12-12MSP430FR5994: switch back to 16MHz for nowDaniel Friesel-1/+1
2019-11-25msp430fr5994lp: Use TI msp430-gcc 5.1.2.0Daniel Friesel-7/+7
2019-11-04msp430fr5994lp sleep_ms: handle ms == 0Daniel Friesel-0/+3
2019-11-04esp8266: make serial port configurableDaniel Friesel-2/+2
2019-11-01arduino nano: Do not declare delay_* as inlineDaniel Friesel-2/+2
2019-10-28msp430fr5994 arch.sleep_ms: fix max sleey duration documentationDaniel Friesel-7/+11
2019-10-28MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant)Daniel Friesel-0/+42
2019-09-25Fix MSP430FR5994 I2C driverDaniel Friesel-46/+46
2019-09-06add blinkencat3 appDaniel Friesel-0/+4
2019-09-02Add Adafruit NeoPixel libraryDaniel Friesel-0/+1493
2019-09-02arch makefiles: consistently use $SERIAL_PORTDaniel Friesel-19/+19
2019-07-26MSP430FR5994 counter: Track overflows.Daniel Friesel-0/+11
2019-07-16Working Nrf24 ping-pongDaniel Friesel-1/+1
2019-07-15MSP430FR*: Configurable debug and serial portDaniel Friesel-7/+19
2019-06-24import nRF24 TX codeDaniel Friesel-1/+1
2019-06-04MSP430FR5994: Fix GPIO und SPI_B driversDaniel Friesel-28/+28
2019-05-24MSP430: save & restore entire SRAM to/from FRAMDaniel Friesel-2/+8
2019-05-24esp8266: Use -fm dout to accomodate odd/broken nodemcu boardsDaniel Friesel-2/+2
2019-03-13msp430fr5996lp: aspectc++ supportDaniel Friesel-0/+2
2019-03-13arduino nano: bugfix, aspectc++ supportDaniel Friesel-0/+4
2019-03-13msp430fr aspectc++ supportDaniel Friesel-0/+12
2019-03-08msp430fr5969 counter: Track overflowsDaniel Friesel-0/+11
2019-03-05counter: rename overflowed to overflowDaniel Friesel-2/+2
2019-02-18improve cpu_freq helpDaniel Friesel-2/+4