Browse Source

restructure headers in lib-specific dirs

- the library names match those in CMSIS proper
- includes are not further namespaced (via named directory within
  include/) as they expect to find one another directly, and there's
  quite a dance to determine which file to #include (and therefore how
  to adjust them) so I don't think it's worth it
dds
John Robinson 3 years ago
parent
commit
bc93c5223f
No known key found for this signature in database
20 changed files with 0 additions and 0 deletions
  1. +0
    -0
      libs/core/include/cmsis_compiler.h
  2. +0
    -0
      libs/core/include/cmsis_gcc.h
  3. +0
    -0
      libs/device/include/ARMCM4.h
  4. +0
    -0
      libs/device/include/ARMCM4_FP.h
  5. +0
    -0
      libs/device/include/ARMCM7.h
  6. +0
    -0
      libs/device/include/ARMCM7_DP.h
  7. +0
    -0
      libs/device/include/ARMCM7_SP.h
  8. +0
    -0
      libs/device/include/cachel1_armv7.h
  9. +0
    -0
      libs/device/include/cmsis_version.h
  10. +0
    -0
      libs/device/include/core_cm4.h
  11. +0
    -0
      libs/device/include/core_cm7.h
  12. +0
    -0
      libs/device/include/mpu_armv7.h
  13. +0
    -0
      libs/device/include/system_ARMCM4.h
  14. +0
    -0
      libs/device/include/system_ARMCM7.h
  15. +0
    -0
      libs/dsp/include/arm_common_tables.h
  16. +0
    -0
      libs/dsp/include/arm_const_structs.h
  17. +0
    -0
      libs/dsp/include/arm_helium_utils.h
  18. +0
    -0
      libs/dsp/include/arm_math.h
  19. +0
    -0
      libs/dsp/include/arm_mve_tables.h
  20. +0
    -0
      libs/dsp/include/arm_vec_math.h

include/cmsis_compiler.h → libs/core/include/cmsis_compiler.h View File


include/cmsis_gcc.h → libs/core/include/cmsis_gcc.h View File


include/ARMCM4.h → libs/device/include/ARMCM4.h View File


include/ARMCM4_FP.h → libs/device/include/ARMCM4_FP.h View File


include/ARMCM7.h → libs/device/include/ARMCM7.h View File


include/ARMCM7_DP.h → libs/device/include/ARMCM7_DP.h View File


include/ARMCM7_SP.h → libs/device/include/ARMCM7_SP.h View File


include/cachel1_armv7.h → libs/device/include/cachel1_armv7.h View File


include/cmsis_version.h → libs/device/include/cmsis_version.h View File


include/core_cm4.h → libs/device/include/core_cm4.h View File


include/core_cm7.h → libs/device/include/core_cm7.h View File


include/mpu_armv7.h → libs/device/include/mpu_armv7.h View File


include/system_ARMCM4.h → libs/device/include/system_ARMCM4.h View File


include/system_ARMCM7.h → libs/device/include/system_ARMCM7.h View File


include/arm_common_tables.h → libs/dsp/include/arm_common_tables.h View File


include/arm_const_structs.h → libs/dsp/include/arm_const_structs.h View File


include/arm_helium_utils.h → libs/dsp/include/arm_helium_utils.h View File


include/arm_math.h → libs/dsp/include/arm_math.h View File


include/arm_mve_tables.h → libs/dsp/include/arm_mve_tables.h View File


include/arm_vec_math.h → libs/dsp/include/arm_vec_math.h View File


Loading…
Cancel
Save