Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
54
for
ctrl/firmware
Timestamp:
Dec 10, 2024, 11:42:57 AM (
5 weeks
ago)
Author:
Zed
Message:
SDMMC(DMA) and Azure_RTOS(with FileX) are activated.
Location:
ctrl/firmware/Main
Files:
99 added
14 edited
CubeMX/AZURE_RTOS
(added)
CubeMX/AZURE_RTOS/App
(added)
CubeMX/AZURE_RTOS/App/app_azure_rtos.c
(added)
CubeMX/Core/Inc/app_threadx.h
(added)
CubeMX/Core/Inc/main.h
(modified)
(
view diffs
)
CubeMX/Core/Inc/stm32h7xx_hal_conf.h
(modified)
(
view diffs
)
CubeMX/Core/Inc/stm32h7xx_it.h
(modified)
(
view diffs
)
CubeMX/Core/Src/app_threadx.c
(added)
CubeMX/Core/Src/gpio.c
(modified)
(
view diffs
)
CubeMX/Core/Src/main.c
(modified)
(
view diffs
)
CubeMX/Core/Src/stm32h7xx_hal_timebase_tim.c
(added)
CubeMX/Core/Src/stm32h7xx_it.c
(modified)
(
view diffs
)
CubeMX/Core/Src/tx_initialize_low_level.S
(added)
CubeMX/Core/Startup
(added)
CubeMX/Core/Startup/startup_stm32h723zetx.s
(added)
CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h
(added)
CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
(added)
CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c
(added)
CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c
(added)
CubeMX/FileX
(added)
CubeMX/FileX/App
(added)
CubeMX/FileX/App/app_filex.c
(added)
CubeMX/FileX/Target
(added)
CubeMX/FileX/Target/fx_stm32_sd_driver_glue.c
(added)
CubeMX/Middlewares
(added)
CubeMX/Middlewares/ST
(added)
CubeMX/Middlewares/ST/filex
(added)
CubeMX/Middlewares/ST/filex/common
(added)
CubeMX/Middlewares/ST/filex/common/drivers
(added)
CubeMX/Middlewares/ST/filex/common/drivers/fx_stm32_sd_driver.c
(added)
CubeMX/Middlewares/ST/filex/common/inc
(added)
CubeMX/Middlewares/ST/filex/common/inc/fx_api.h
(added)
CubeMX/Middlewares/ST/filex/common/src
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_media_boot_info_extract.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_media_open.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_partition_offset_calculate.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_system_initialize.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_system_timer_entry.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_16_unsigned_read.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_16_unsigned_write.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_32_unsigned_read.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_32_unsigned_write.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_FAT_entry_read.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_FAT_flush.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_cache_entry_read.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_flush.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_read.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_logical_sector_write.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fx_utility_memory_copy.c
(added)
CubeMX/Middlewares/ST/filex/common/src/fxe_media_open.c
(added)
CubeMX/Middlewares/ST/filex/ports
(added)
CubeMX/Middlewares/ST/filex/ports/generic
(added)
CubeMX/Middlewares/ST/filex/ports/generic/inc
(added)
CubeMX/Middlewares/ST/filex/ports/generic/inc/fx_port.h
(added)
CubeMX/Middlewares/ST/threadx
(added)
CubeMX/Middlewares/ST/threadx/common
(added)
CubeMX/Middlewares/ST/threadx/common/inc
(added)
CubeMX/Middlewares/ST/threadx/common/inc/tx_initialize.h
(added)
CubeMX/Middlewares/ST/threadx/common/src
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_byte_allocate.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_cleanup.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_byte_pool_search.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_initialize_high_level.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_initialize_kernel_enter.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_cleanup.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_prioritize.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_priority_change.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_mutex_put.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_cleanup.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_delete.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_get.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_semaphore_put.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_identify.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_initialize.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_preemption_change.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_shell_entry.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_preempt_check.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_resume.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_system_suspend.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_time_slice.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_thread_timeout.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_time_get.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_expiration_process.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_initialize.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_system_activate.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_system_deactivate.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/tx_timer_thread_entry.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_byte_allocate.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_byte_pool_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_create.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_delete.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_get.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_semaphore_put.c
(added)
CubeMX/Middlewares/ST/threadx/common/src/txe_thread_create.c
(added)
CubeMX/Middlewares/ST/threadx/ports
(added)
CubeMX/Middlewares/ST/threadx/ports/cortex_m7
(added)
CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu
(added)
CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc
(added)
CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/inc/tx_port.h
(added)
CubeMX/Middlewares/ST/threadx/ports/cortex_m7/gnu/src
(added)
CubeMX/charger.ioc
(modified)
(
view diffs
)
SES/Output/Debug/Exe/charger.elf
(modified)
(
view diffs
)
SES/Output/Debug/Exe/charger.hex
(modified)
(
view diffs
)
SES/Output/Debug/Exe/charger.htm
(modified)
(
view diffs
)
SES/Output/Release/Exe/charger.elf
(modified)
(
view diffs
)
SES/Output/Release/Exe/charger.hex
(modified)
(
view diffs
)
SES/Output/Release/Exe/charger.htm
(modified)
(
view diffs
)
SES/charger.emProject
(modified)
(
view diffs
)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive