~ruther/uni-mam-arm

009a105e762919ce95daabb7343085c9b93f0efe — Rutherther 3 months ago ae7fed7
feat: implement large part of arm07
107 files changed, 379334 insertions(+), 0 deletions(-)

A arm07/.dir-locals.el
A arm07/.envrc
A arm07/.gitignore
A arm07/.gitmodules
A arm07/.project
A arm07/Makefile
A arm07/devices/STM32F401xE/include/defines.h
A arm07/devices/STM32F401xE/isr.c
A arm07/devices/STM32F401xE/linker_script.ld
A arm07/devices/general/startup.c
A arm07/gdb.script
A arm07/include/adc.h
A arm07/include/buffered_peripheral.h
A arm07/include/delay.h
A arm07/include/display.h
A arm07/include/exti.h
A arm07/include/pin.h
A arm07/include/queue.h
A arm07/include/registers.h
A arm07/include/spi.h
A arm07/include/spi_matrix.h
A arm07/include/timer.h
A arm07/include/uart.h
A arm07/libs/CMSIS_6/.gitignore
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/cmsis_armclang_a.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/cmsis_clang_a.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/cmsis_cp15.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/cmsis_gcc_a.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/cmsis_iccarm_a.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/a-profile/irq_ctrl.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_armclang.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_clang.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_compiler.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_gcc.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_iccarm.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/cmsis_version.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_ca.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm0.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm0plus.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm1.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm23.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm3.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm33.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm35p.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm4.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm52.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm55.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm7.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_cm85.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_sc000.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_sc300.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/core_starmc1.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/armv7m_cachel1.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/armv7m_mpu.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/armv81m_pac.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/armv8m_mpu.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/armv8m_pmu.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/cmsis_armclang_m.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/cmsis_clang_m.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/cmsis_gcc_m.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/m-profile/cmsis_tiarmclang_m.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/r-profile/cmsis_armclang_r.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/r-profile/cmsis_clang_r.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/r-profile/cmsis_gcc_r.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/r-profile/cmsis_iccarm_r.h
A arm07/libs/CMSIS_6/CMSIS/Core/Include/tz_context.h
A arm07/libs/cmsis_device_f4/Include/stm32f401xc.h
A arm07/libs/cmsis_device_f4/Include/stm32f401xe.h
A arm07/libs/cmsis_device_f4/Include/stm32f405xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f407xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f410cx.h
A arm07/libs/cmsis_device_f4/Include/stm32f410rx.h
A arm07/libs/cmsis_device_f4/Include/stm32f410tx.h
A arm07/libs/cmsis_device_f4/Include/stm32f411xe.h
A arm07/libs/cmsis_device_f4/Include/stm32f412cx.h
A arm07/libs/cmsis_device_f4/Include/stm32f412rx.h
A arm07/libs/cmsis_device_f4/Include/stm32f412vx.h
A arm07/libs/cmsis_device_f4/Include/stm32f412zx.h
A arm07/libs/cmsis_device_f4/Include/stm32f413xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f415xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f417xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f423xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f427xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f429xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f437xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f439xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f446xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f469xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f479xx.h
A arm07/libs/cmsis_device_f4/Include/stm32f4xx.h
A arm07/libs/cmsis_device_f4/Include/system_stm32f4xx.h
A arm07/manifest.scm
A arm07/picocom.sh
A arm07/src/adc.c
A arm07/src/buffered_peripheral.c
A arm07/src/delay.c
A arm07/src/display.c
A arm07/src/exti.c
A arm07/src/main.c
A arm07/src/pin.c
A arm07/src/queue.c
A arm07/src/spi.c
A arm07/src/spi_matrix.c
A arm07/src/syscalls.c
A arm07/src/timer.c
A arm07/src/uart.c
This diff is too large to display. Try viewing the raw diff instead.
Do not follow this link