Ignore:
Timestamp:
Apr 2, 2026, 3:56:21 PM (5 weeks ago)
Author:
f.jahn
Message:
  • USB-PD function was implemented;
  • HW parity check on RAM was activated;
  • USB Device CDC mode was activated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/smartPro.emProject

    r56 r65  
    2626      arm_fp_abi="Hard"
    2727      arm_fpu_type="FPv4-SP-D16"
    28       arm_linker_heap_size="4096"
     28      arm_linker_heap_size="8192"
    2929      arm_linker_process_stack_size="0"
    30       arm_linker_stack_size="2048"
     30      arm_linker_stack_size="4096"
    3131      arm_linker_variant="SEGGER"
    3232      arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00040000;RAM;0x10000000;0x00008000;RAM;0x20000000;0x00014000;RAM;0x20014000;0x00004000"
     
    111111        <file file_name="../Core/Src/stm32g4xx_hal_msp.c" />
    112112        <file file_name="../Core/Src/stm32g4xx_it.c" />
    113         <file file_name="../Core/Src/syscalls.c">
    114           <configuration Name="Common" build_exclude_from_build="Yes" />
    115         </file>
    116         <file file_name="../Core/Src/sysmem.c">
    117           <configuration Name="Common" build_exclude_from_build="Yes" />
    118         </file>
    119113        <file file_name="../Core/Src/tim.c" />
    120114        <file file_name="../Core/Src/usart.c" />
Note: See TracChangeset for help on using the changeset viewer.