~ruther/uni-mam-arm

f9fdd1ee79dd188d8f33d4e6e5bddac54e023724 — Rutherther 3 months ago 508d9e2
feat(arm04): Do arm04
97 files changed, 378655 insertions(+), 0 deletions(-)

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