Procházet zdrojové kódy

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 před 3 roky
rodič
revize
bc93c5223f
V databázi nebyl nalezen žádný známý klíč pro tento podpis
20 změnil soubory, kde provedl 0 přidání a 0 odebrání
  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 Zobrazit soubor


include/cmsis_gcc.h → libs/core/include/cmsis_gcc.h Zobrazit soubor


include/ARMCM4.h → libs/device/include/ARMCM4.h Zobrazit soubor


include/ARMCM4_FP.h → libs/device/include/ARMCM4_FP.h Zobrazit soubor


include/ARMCM7.h → libs/device/include/ARMCM7.h Zobrazit soubor


include/ARMCM7_DP.h → libs/device/include/ARMCM7_DP.h Zobrazit soubor


include/ARMCM7_SP.h → libs/device/include/ARMCM7_SP.h Zobrazit soubor


include/cachel1_armv7.h → libs/device/include/cachel1_armv7.h Zobrazit soubor


include/cmsis_version.h → libs/device/include/cmsis_version.h Zobrazit soubor


include/core_cm4.h → libs/device/include/core_cm4.h Zobrazit soubor


include/core_cm7.h → libs/device/include/core_cm7.h Zobrazit soubor


include/mpu_armv7.h → libs/device/include/mpu_armv7.h Zobrazit soubor


include/system_ARMCM4.h → libs/device/include/system_ARMCM4.h Zobrazit soubor


include/system_ARMCM7.h → libs/device/include/system_ARMCM7.h Zobrazit soubor


include/arm_common_tables.h → libs/dsp/include/arm_common_tables.h Zobrazit soubor


include/arm_const_structs.h → libs/dsp/include/arm_const_structs.h Zobrazit soubor


include/arm_helium_utils.h → libs/dsp/include/arm_helium_utils.h Zobrazit soubor


include/arm_math.h → libs/dsp/include/arm_math.h Zobrazit soubor


include/arm_mve_tables.h → libs/dsp/include/arm_mve_tables.h Zobrazit soubor


include/arm_vec_math.h → libs/dsp/include/arm_vec_math.h Zobrazit soubor


Načítá se…
Zrušit
Uložit