[binaries] # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests, # so we have to add -nostdlib to the compiler configuration itself or # early compiler tests will fail. This can be removed when picolibc # requires at least version 0.54.2 of meson. c = ['arm-none-eabi-gcc', '-nostdlib'] cpp = ['arm-none-eabi-g++', '-nostdlib'] ar = 'arm-none-eabi-ar' as = 'arm-none-eabi-as' nm = 'arm-none-eabi-nm' strip = 'arm-none-eabi-strip' # only needed to run tests exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm'] [host_machine] system = 'none' cpu_family = 'arm' cpu = 'arm' endian = 'little' [properties] skip_sanity_check = true default_flash_addr = '0x00000000' default_flash_size = '0x00400000' default_ram_addr = '0x20000000' default_ram_size = '0x00200000' custom_mem_config_thumb_v8_1_m_main_mve_hard = 'mps3_an547' custom_mem_config_thumb_v8_m_main_dp_hard = 'mps3_an547' custom_mem_config_thumb_v8_m_main_dp_softfp = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_bp_nofp = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_dp_bp_hard = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_dp_bp_softfp = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_fp_bp_hard = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_fp_bp_softfp = 'mps3_an547' custom_mem_config_thumb_v8_1_m_main_pacbti_mve_bp_hard = 'mps3_an547' separate_boot_flash_mps3_an547 = true default_boot_flash_addr_mps3_an547 = '0x00000000' default_boot_flash_size_mps3_an547 = '0x00080000' default_flash_addr_mps3_an547 = '0x01000000' default_flash_size_mps3_an547 = '0x00200000' default_ram_addr_mps3_an547 = '0x60000000' default_ram_size_mps3_an547 = '0x01000000' custom_mem_config_thumb_v8_m_base_nofp = 'mps2_an505' custom_mem_config_thumb_v8_m_main_nofp = 'mps2_an505' custom_mem_config_thumb_v8_m_main_fp_hard = 'mps2_an505' custom_mem_config_thumb_v8_m_main_fp_softfp = 'mps2_an505' separate_boot_flash_mps2_an505 = true default_boot_flash_addr_mps2_an505 = '0x10000000' default_boot_flash_size_mps2_an505 = '0x10000400' default_flash_addr_mps2_an505 = '0x10000400' default_flash_size_mps2_an505 = '0x103ffc00' default_ram_addr_mps2_an505 = '0x80000000' default_ram_size_mps2_an505 = '0x01000000'