tao_z
2022-05-25 1044ba0d2286698d0da28112bffc0f114bef2134
refs
author tao_z <tzj0429@163.com>
Wednesday, May 25, 2022 22:49 +0800
committer tao_z <tzj0429@163.com>
Wednesday, May 25, 2022 22:49 +0800
commit1044ba0d2286698d0da28112bffc0f114bef2134
tree 2fa9f85b66bd22134ccb06030c214b28eefc0f28 tree | zip | gz
parent
xl6600 bootloader初步编译通过
141 files added
changed files
.gitignore diff | view | raw | blame | history
Application/CMakeLists.txt diff | view | raw | blame | history
Application/include/cali.h diff | view | raw | blame | history
Application/include/countdowntimer.h diff | view | raw | blame | history
Application/include/fbl_ap.h diff | view | raw | blame | history
Application/include/fbl_def.h diff | view | raw | blame | history
Application/include/light.h diff | view | raw | blame | history
Application/include/nvm.h diff | view | raw | blame | history
Application/source/CANTP/cantp.h diff | view | raw | blame | history
Application/source/CANTP/cantp_user.c diff | view | raw | blame | history
Application/source/CANTP/cantp_user.h diff | view | raw | blame | history
Application/source/FDL/core/eeprom_emul.c diff | view | raw | blame | history
Application/source/FDL/core/eeprom_emul.h diff | view | raw | blame | history
Application/source/FDL/core/eeprom_emul_conf.h diff | view | raw | blame | history
Application/source/FDL/core/eeprom_emul_conf_template.h diff | view | raw | blame | history
Application/source/FDL/core/eeprom_emul_types.h diff | view | raw | blame | history
Application/source/FDL/porting/xl6600/flash_interface.c diff | view | raw | blame | history
Application/source/FDL/porting/xl6600/flash_interface.h diff | view | raw | blame | history
Application/source/RAM.sct diff | view | raw | blame | history
Application/source/fbl_ap.c diff | view | raw | blame | history
Application/source/light.c diff | view | raw | blame | history
Application/source/main.c diff | view | raw | blame | history
Application/source/nvm.c diff | view | raw | blame | history
Application/source/uds_modules/did.c diff | view | raw | blame | history
Application/source/uds_modules/did.h diff | view | raw | blame | history
Application/source/uds_modules/uds.c diff | view | raw | blame | history
Application/source/uds_modules/uds.h diff | view | raw | blame | history
Application/source/uds_modules/uds_user.c diff | view | raw | blame | history
Application/source/uds_modules/uds_user.h diff | view | raw | blame | history
Application/source/xl6600_intr.c diff | view | raw | blame | history
Application/source/xl6600_intr.h diff | view | raw | blame | history
CMakeLists.txt diff | view | raw | blame | history
Cmsis/CMakeLists.txt diff | view | raw | blame | history
Cmsis/Core/cachel1_armv7.h diff | view | raw | blame | history
Cmsis/Core/cmsis_armcc.h diff | view | raw | blame | history
Cmsis/Core/cmsis_armclang.h diff | view | raw | blame | history
Cmsis/Core/cmsis_armclang_ltm.h diff | view | raw | blame | history
Cmsis/Core/cmsis_compiler.h diff | view | raw | blame | history
Cmsis/Core/cmsis_gcc.h diff | view | raw | blame | history
Cmsis/Core/cmsis_iccarm.h diff | view | raw | blame | history
Cmsis/Core/cmsis_version.h diff | view | raw | blame | history
Cmsis/Core/core_armv81mml.h diff | view | raw | blame | history
Cmsis/Core/core_armv8mbl.h diff | view | raw | blame | history
Cmsis/Core/core_armv8mml.h diff | view | raw | blame | history
Cmsis/Core/core_cm0.h diff | view | raw | blame | history
Cmsis/Core/core_cm0plus.h diff | view | raw | blame | history
Cmsis/Core/core_cm1.h diff | view | raw | blame | history
Cmsis/Core/core_cm23.h diff | view | raw | blame | history
Cmsis/Core/core_cm3.h diff | view | raw | blame | history
Cmsis/Core/core_cm33.h diff | view | raw | blame | history
Cmsis/Core/core_cm35p.h diff | view | raw | blame | history
Cmsis/Core/core_cm4.h diff | view | raw | blame | history
Cmsis/Core/core_cm55.h diff | view | raw | blame | history
Cmsis/Core/core_cm7.h diff | view | raw | blame | history
Cmsis/Core/core_sc000.h diff | view | raw | blame | history
Cmsis/Core/core_sc300.h diff | view | raw | blame | history
Cmsis/Core/mpu_armv7.h diff | view | raw | blame | history
Cmsis/Core/mpu_armv8.h diff | view | raw | blame | history
Cmsis/Core/pmu_armv8.h diff | view | raw | blame | history
Cmsis/Core/tz_context.h diff | view | raw | blame | history
Cmsis/Startup/StdRegMacros.h diff | view | raw | blame | history
Cmsis/Startup/XL6600.h diff | view | raw | blame | history
Cmsis/Startup/startup_XL6600.S diff | view | raw | blame | history
Cmsis/Startup/system_XL6600.c diff | view | raw | blame | history
Cmsis/Startup/system_XL6600.h diff | view | raw | blame | history
Cmsis/Startup/typedef.h diff | view | raw | blame | history
Documents/Questionnaires_Diagnostic_UDSonCAN_SX7H_SA_V1.0_20211229.xlsx diff | view | raw | blame | history
Documents/东风柳州汽车有限公司乘用车车载通讯平台UDS诊断规范V1.3.pdf diff | view | raw | blame | history
Documents/东风柳汽网络平台CAN通信需求规范.pdf diff | view | raw | blame | history
Driver/CMakeLists.txt diff | view | raw | blame | history
Driver/include/xl_acmp.h diff | view | raw | blame | history
Driver/include/xl_adc.h diff | view | raw | blame | history
Driver/include/xl_clm.h diff | view | raw | blame | history
Driver/include/xl_crc.h diff | view | raw | blame | history
Driver/include/xl_dma.h diff | view | raw | blame | history
Driver/include/xl_eeprom.h diff | view | raw | blame | history
Driver/include/xl_ewm.h diff | view | raw | blame | history
Driver/include/xl_flash.h diff | view | raw | blame | history
Driver/include/xl_ftm.h diff | view | raw | blame | history
Driver/include/xl_gpio.h diff | view | raw | blame | history
Driver/include/xl_i2c.h diff | view | raw | blame | history
Driver/include/xl_ics.h diff | view | raw | blame | history
Driver/include/xl_irq.h diff | view | raw | blame | history
Driver/include/xl_kbi.h diff | view | raw | blame | history
Driver/include/xl_mcan.h diff | view | raw | blame | history
Driver/include/xl_nvic.h diff | view | raw | blame | history
Driver/include/xl_osc.h diff | view | raw | blame | history
Driver/include/xl_pit.h diff | view | raw | blame | history
Driver/include/xl_pmc.h diff | view | raw | blame | history
Driver/include/xl_port.h diff | view | raw | blame | history
Driver/include/xl_pwt.h diff | view | raw | blame | history
Driver/include/xl_rtc.h diff | view | raw | blame | history
Driver/include/xl_sim.h diff | view | raw | blame | history
Driver/include/xl_spi.h diff | view | raw | blame | history
Driver/include/xl_spi.h_bak diff | view | raw | blame | history
Driver/include/xl_uart.h diff | view | raw | blame | history
Driver/include/xl_wdog.h diff | view | raw | blame | history
Driver/source/xl_acmp.c diff | view | raw | blame | history
Driver/source/xl_adc.c diff | view | raw | blame | history
Driver/source/xl_clm.c diff | view | raw | blame | history
Driver/source/xl_crc.c diff | view | raw | blame | history
Driver/source/xl_dma.c diff | view | raw | blame | history
Driver/source/xl_eeprom.c diff | view | raw | blame | history
Driver/source/xl_ewm.c diff | view | raw | blame | history
Driver/source/xl_flash.c diff | view | raw | blame | history
Driver/source/xl_ftm.c diff | view | raw | blame | history
Driver/source/xl_gpio.c diff | view | raw | blame | history
Driver/source/xl_i2c.c diff | view | raw | blame | history
Driver/source/xl_ics.c diff | view | raw | blame | history
Driver/source/xl_irq.c diff | view | raw | blame | history
Driver/source/xl_kbi.c diff | view | raw | blame | history
Driver/source/xl_mcan.c diff | view | raw | blame | history
Driver/source/xl_nvic.c diff | view | raw | blame | history
Driver/source/xl_osc.c diff | view | raw | blame | history
Driver/source/xl_pit.c diff | view | raw | blame | history
Driver/source/xl_pmc.c diff | view | raw | blame | history
Driver/source/xl_port.c diff | view | raw | blame | history
Driver/source/xl_pwt.c diff | view | raw | blame | history
Driver/source/xl_rtc.c diff | view | raw | blame | history
Driver/source/xl_sim.c diff | view | raw | blame | history
Driver/source/xl_spi.c diff | view | raw | blame | history
Driver/source/xl_uart.c diff | view | raw | blame | history
Driver/source/xl_wdog.c diff | view | raw | blame | history
Hal/CMakeLists.txt diff | view | raw | blame | history
Hal/include/Hal_GPIO.h diff | view | raw | blame | history
Hal/include/Hal_can.h diff | view | raw | blame | history
Hal/include/Hal_crc.h diff | view | raw | blame | history
Hal/include/os_clock.h diff | view | raw | blame | history
Hal/include/os_task.h diff | view | raw | blame | history
Hal/source/Hal_GPIO.c diff | view | raw | blame | history
Hal/source/Hal_can.c diff | view | raw | blame | history
Hal/source/Hal_crc.c diff | view | raw | blame | history
Hal/source/os_clock.c diff | view | raw | blame | history
Hal/source/os_task.c diff | view | raw | blame | history
Trace/include/Trace.h diff | view | raw | blame | history
Trace/include/semihosting.h diff | view | raw | blame | history
Trace/source/Trace.c diff | view | raw | blame | history
Trace/source/trace_impl.c diff | view | raw | blame | history
gcc-arm-none-eabi.cmake diff | view | raw | blame | history
version.h.in diff | view | raw | blame | history
xl6600_flash.ld diff | view | raw | blame | history