summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Collapse)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-113/+113
2022-08-11rm46: correctly determine nfpvaluesDaniel Friesel-2/+2
2022-08-09posix makefile: add counter freq (faked via clock_monotonic @ 1ns → 1GHz)Daniel Friesel-0/+1
2022-08-09tc1796: use ssh_askpass to replace password promptDaniel Friesel-2/+6
2022-07-21tc1796: discard QEMU telnet output (there are non-ascii portions in it)Daniel Friesel-2/+2
2022-07-21tc1796: add monitor and counter infoDaniel Friesel-0/+2
2022-07-21doku ist sehr gut!Daniel Friesel-2/+2
2022-07-21tc1796: arch_clean: remove system.bin as wellDaniel Friesel-1/+1
2022-07-21tc1796 is a proper arch nowDaniel Friesel-8/+8
2022-07-21tc1796: it's working!Daniel Friesel-15/+73
2022-07-19tc1796: set PLL to 150 MHz; implement delay_us/delay_msDaniel Friesel-0/+32
2022-07-19tc1796: add 'make monitor'; thanks to reset caused by device_delDaniel Friesel-11/+16
2022-07-18tc1796: can haz 'make program' \o/Daniel Friesel-2/+7
2022-07-18tc1796 makefile: generate system.bin for jtag-over-usb flasherDaniel Friesel-2/+5
2022-07-18Add Hercules RM46L8 Launchpad support (Cortex R4F)Daniel Friesel-0/+16897
2022-06-29arduino-nano: add .so support to makefileDaniel Friesel-1/+4
2022-06-28add TC299 mock archDaniel Friesel-0/+176
2022-06-28tc1796/tc397 are not properly implemented → rename to -mockDaniel Friesel-14/+14
2022-06-28add TC1796 and TC397 mock architecturesDaniel Friesel-0/+352
only usable for ELF benchmarks, flashing is not supported
2022-02-18msp430fr5994: remove experimental clock system kconfig for nowDaniel Friesel-109/+109
2022-01-26atmega2560: add stdin driverDaniel Friesel-0/+51
2022-01-26atmega2560: add dmx driver on UART3Daniel Friesel-0/+53
2022-01-16msp430fr: use 16-byte uart input bufferDaniel Friesel-2/+2
2022-01-16add DMX driver for MSP430FR5969 and MSP430FR5994 launchpadsDaniel Friesel-3/+151
2022-01-03add preliminary arduino nano dmx driverDaniel Friesel-0/+65
note that it disables stdout / kout support, as the ATMega328 only has one UART.
2021-12-31the arduino nano i2c driver isn't really eeprom specific tbhDaniel Friesel-7/+8
2021-12-31atmega2560: add i2c driver (identical with atmega328 version)Daniel Friesel-0/+9
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-7/+0
2021-12-29Prepare for BME680 BSEC supportDaniel Friesel-1/+4
2021-12-29POSIX: Fix uptime.get_us()Daniel Friesel-1/+1
2021-12-29posix: I2C driver is hardware I2CDaniel Friesel-0/+1
2021-12-25Remove esp8266 support in favor of ESP8266 RTOS SDKDaniel Friesel-777/+0
2021-12-25msp430fr5969: switch back to 16 MHz clockDaniel Friesel-1/+1
2021-12-21add another missing copyright headerDaniel Friesel-0/+5
2021-12-21arduino nano adc: add getPin_mV functionDaniel Friesel-0/+36
2021-12-21Remove unused TIMER_US supportDaniel Friesel-53/+0
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