summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
2024-02-21stm32f7: slightly un-break delay_us and delay_msBirte Kristina Friesel-5/+7
2024-02-21make stm32f7 usable with dfatool counter benchmarksBirte Kristina Friesel-0/+3
2024-02-16rm46l8lp: overflow is 2^32, not 2^32-1Birte Kristina Friesel-1/+1
2024-02-15stm32f7: Working counterBirte Kristina Friesel-4/+6
2024-02-15rm46l8lp: Add 'cat' targetBirte Kristina Friesel-0/+3
2024-02-12stm32f7: Add I²C driver. With fast mode!Birte Kristina Friesel-3/+53
2024-02-11stm32f446re: Add I²C driverBirte Kristina Friesel-1/+55
2024-02-10msp430fr5994: It's FRAM/SRAM, not ROM/RAMBirte Kristina Friesel-1/+1
2024-02-10msp430fr5994: correctly specify FRAM usage when flashing in 20bit modeBirte Kristina Friesel-1/+5
2024-02-08Add preliminary STM32F746ZG-Nucleo supportBirte Kristina Friesel-0/+357
2024-02-08stm32f4: switch to non-deprecated stlink.cfgBirte Kristina Friesel-1/+1
2024-01-28MSP430FR5994: Kconfig: Specify I²C pinsBirte Kristina Friesel-1/+4
2024-01-27MSP430FR5994: support DMX on eUSCI_A1 and eUSCI_A2 as wellBirte Kristina Friesel-15/+157
2024-01-27msp430fr5969: sleep: restore interrupt stateBirte Kristina Friesel-1/+11
2024-01-27msp430fr5994: run with interrupts enabledBirte Kristina Friesel-21/+19
2024-01-27MSP430FR5969: Run with interrupts enabled all the timeBirte Kristina Friesel-2/+0
2024-01-27msp430fr5969: add UART input on eUSCI_A1Birte Kristina Friesel-0/+51
2024-01-27msp430fr5969 stdin: increase buffer size; move initialization to stdinBirte Kristina Friesel-18/+18
2024-01-27MSP430FR5969: Add driver for UART output on eUSCI_A1 (stdout1)Birte Kristina Friesel-3/+79
2024-01-27README: Add Mega2560Birte Kristina Friesel-1/+4
2024-01-27mega2560: ensure that DMX and stdout are never configured for the same UARTBirte Kristina Friesel-0/+3
2024-01-26atmega2560: provide one DMX driver per extra UARTBirte Kristina Friesel-6/+123
2024-01-26ATMega2560: Add stdin and stdout on UART1, UART2, UART3Birte Kristina Friesel-3/+322
2024-01-26arduino-nano/Kconfig add some pin definitions and help textsBirte Kristina Friesel-5/+25
2023-09-11oopsBirte Kristina Friesel-1/+1
2023-09-11rm46l8lp: update serial portBirte Kristina Friesel-1/+1
2023-09-11rm46l8lp: configurable compiler and flasher pathsBirte Kristina Friesel-6/+9
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
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