Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7
for
trunk
Timestamp:
Feb 21, 2025, 1:35:47 PM (
5 months
ago)
Author:
f.jahn
Message:
Location:
trunk
Files:
130 added
firmware
(added)
firmware/.mxproject
(added)
firmware/Core
(added)
firmware/Core/Inc
(added)
firmware/Core/Inc/main.h
(added)
firmware/Core/Inc/stm32c0xx_hal_conf.h
(added)
firmware/Core/Inc/stm32c0xx_it.h
(added)
firmware/Core/Src
(added)
firmware/Core/Src/main.c
(added)
firmware/Core/Src/stm32c0xx_hal_msp.c
(added)
firmware/Core/Src/stm32c0xx_it.c
(added)
firmware/Core/Src/system_stm32c0xx.c
(added)
firmware/Drivers
(added)
firmware/Drivers/CMSIS
(added)
firmware/Drivers/CMSIS/Device
(added)
firmware/Drivers/CMSIS/Device/ST
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Include
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Include/stm32c011xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Include/stm32c0xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Include/system_stm32c0xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/LICENSE.txt
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Source
(added)
firmware/Drivers/CMSIS/Device/ST/STM32C0xx/Source/Templates
(added)
firmware/Drivers/CMSIS/Include
(added)
firmware/Drivers/CMSIS/Include/cachel1_armv7.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_armcc.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_armclang.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_armclang_ltm.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_compiler.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_gcc.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_iccarm.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_version.h
(added)
firmware/Drivers/CMSIS/Include/core_armv81mml.h
(added)
firmware/Drivers/CMSIS/Include/core_armv8mbl.h
(added)
firmware/Drivers/CMSIS/Include/core_armv8mml.h
(added)
firmware/Drivers/CMSIS/Include/core_cm0.h
(added)
firmware/Drivers/CMSIS/Include/core_cm0plus.h
(added)
firmware/Drivers/CMSIS/Include/core_cm1.h
(added)
firmware/Drivers/CMSIS/Include/core_cm23.h
(added)
firmware/Drivers/CMSIS/Include/core_cm3.h
(added)
firmware/Drivers/CMSIS/Include/core_cm33.h
(added)
firmware/Drivers/CMSIS/Include/core_cm35p.h
(added)
firmware/Drivers/CMSIS/Include/core_cm4.h
(added)
firmware/Drivers/CMSIS/Include/core_cm55.h
(added)
firmware/Drivers/CMSIS/Include/core_cm7.h
(added)
firmware/Drivers/CMSIS/Include/core_cm85.h
(added)
firmware/Drivers/CMSIS/Include/core_sc000.h
(added)
firmware/Drivers/CMSIS/Include/core_sc300.h
(added)
firmware/Drivers/CMSIS/Include/core_starmc1.h
(added)
firmware/Drivers/CMSIS/Include/mpu_armv7.h
(added)
firmware/Drivers/CMSIS/Include/mpu_armv8.h
(added)
firmware/Drivers/CMSIS/Include/pac_armv81.h
(added)
firmware/Drivers/CMSIS/Include/pmu_armv8.h
(added)
firmware/Drivers/CMSIS/Include/tz_context.h
(added)
firmware/Drivers/CMSIS/LICENSE.txt
(added)
firmware/Drivers/STM32C0xx_HAL_Driver
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/Legacy
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_cortex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_def.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_dma.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_dma_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_exti.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_flash.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_flash_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_rcc.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_rcc_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_tim.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_tim_ex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_bus.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_cortex.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_dma.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_dmamux.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_exti.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_gpio.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_pwr.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_rcc.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_system.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_ll_utils.h
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/LICENSE.txt
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_cortex.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_dma_ex.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_exti.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash_ex.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_gpio.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr_ex.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_rcc_ex.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim.c
(added)
firmware/Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_tim_ex.c
(added)
firmware/EWARM
(added)
firmware/EWARM/Project.eww
(added)
firmware/EWARM/firmware.ewd
(added)
firmware/EWARM/firmware.ewp
(added)
firmware/EWARM/startup_stm32c011xx.s
(added)
firmware/EWARM/stm32c011xx_flash.icf
(added)
firmware/EWARM/stm32c011xx_sram.icf
(added)
firmware/firmware.ioc
(added)
hardware/ibom.config.ini
(added)
hardware/protection-backups/protection-2025-01-15_140806.zip
(added)
hardware/protection-backups/protection-2025-01-15_141934.zip
(added)
hardware/protection-backups/protection-2025-01-15_143037.zip
(added)
hardware/protection-backups/protection-2025-01-15_144312.zip
(added)
hardware/protection-backups/protection-2025-01-16_100740.zip
(added)
hardware/protection-backups/protection-2025-01-16_101835.zip
(added)
hardware/protection-backups/protection-2025-01-16_102846.zip
(added)
hardware/protection-backups/protection-2025-01-17_105650.zip
(added)
hardware/protection-backups/protection-2025-01-17_112430.zip
(added)
hardware/protection-backups/protection-2025-01-17_120653.zip
(added)
hardware/protection-backups/protection-2025-01-17_121604.zip
(added)
hardware/protection-backups/protection-2025-01-17_131710.zip
(added)
hardware/protection-backups/protection-2025-01-31_134139.zip
(added)
hardware/protection-backups/protection-2025-02-03_192017.zip
(added)
hardware/protection-backups/protection-2025-02-10_193110.zip
(added)
hardware/protection-backups/protection-2025-02-20_085024.zip
(added)
hardware/protection-backups/protection-2025-02-20_143118.zip
(added)
hardware/protection.step
(added)
hardware/~protection.kicad_sch.lck
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive