text
stringlengths
1
9.98k
__index_level_0__
int64
0
4.17k
/* */ #ifndef PHY_INIT_DATA_H #define PHY_INIT_DATA_H /* don't use #pragma once here, we compile this file sometimes */ #include "esp_phy_init.h" #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif // There is no init data for ESP32H2 right now, could be added when necessary. #ifdef __cplusplus } #endif #endif /* PHY_INIT_DATA_H */
56
/* */ #ifndef PHY_INIT_DATA_H #define PHY_INIT_DATA_H /* don't use #pragma once here, we compile this file sometimes */ #include "esp_phy_init.h" #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif // constrain a value between 'low' and 'high', inclusive #define LIMIT(val, low, high) ((val high) ? high : val) #define PHY_INIT_MAGIC "PHYINIT" // define the lowest tx power as LOWEST_PHY_TX_POWER #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) #define PHY_TX_POWER_OFFSET 2 #define PHY_TX_POWER_NUM 14 #if CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN #define PHY_CRC_ALGORITHM 1 #define PHY_COUNTRY_CODE_LEN 2 #define PHY_INIT_DATA_TYPE_OFFSET 126 #define PHY_SUPPORT_MULTIPLE_BIN_OFFSET 125 #endif static const char phy_init_magic_pre[] = PHY_INIT_MAGIC; /** */ static const esp_phy_init_data_t phy_init_data= { { 0x00, 0x00, LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x50), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x50), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x50), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4c), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4c), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4c), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x44), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4a), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x46), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x46), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x42), 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x74 } }; static const char phy_init_magic_post[] = PHY_INIT_MAGIC; #if CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN /** */ typedef struct { uint8_t control_info_checksum[4]; /*!
57
< 4-byte control infomation checksum */ uint8_t multiple_bin_checksum[4]; /*!< 4-byte multiple bin checksum */ uint8_t check_algorithm; /*!< check algorithm */ uint8_t version; /*!< PHY init data bin version */ uint8_t number; /*!< PHY init data bin number */ uint8_t length[2]; /*!< Length of each PHY init data bin */ uint8_t reserved[19]; /*!< 19-byte reserved */ } __attribute__ ((packed)) phy_control_info_data_t; /** */ typedef struct { char cc[PHY_COUNTRY_CODE_LEN]; uint8_t type; } phy_country_to_bin_type_t; #endif #ifdef __cplusplus } #endif #endif /* PHY_INIT_DATA_H */
57
/* */ #ifndef PHY_INIT_DATA_H #define PHY_INIT_DATA_H /* don't use #pragma once here, we compile this file sometimes */ #include "esp_phy_init.h" #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif // constrain a value between 'low' and 'high', inclusive #define LIMIT(val, low, high) ((val high) ? high : val) #define PHY_INIT_MAGIC "PHYINIT" // define the lowest tx power as LOWEST_PHY_TX_POWER #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) #define PHY_TX_POWER_OFFSET 2 #define PHY_TX_POWER_NUM 14 #if CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN #define PHY_CRC_ALGORITHM 1 #define PHY_COUNTRY_CODE_LEN 2 #define PHY_INIT_DATA_TYPE_OFFSET 126 #define PHY_SUPPORT_MULTIPLE_BIN_OFFSET 125 #endif static const char phy_init_magic_pre[] = PHY_INIT_MAGIC; /** */ static const esp_phy_init_data_t phy_init_data= { { 0x80, 0x00, LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4E), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x4E), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x44), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x44), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x48), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x44), LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 0x42), 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xf1 } }; static const char phy_init_magic_post[] = PHY_INIT_MAGIC; #if CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN /** */ typedef struct { uint8_t control_info_checksum[4]; /*!
58
< 4-byte control infomation checksum */ uint8_t multiple_bin_checksum[4]; /*!< 4-byte multiple bin checksum */ uint8_t check_algorithm; /*!< check algorithm */ uint8_t version; /*!< PHY init data bin version */ uint8_t number; /*!< PHY init data bin number */ uint8_t length[2]; /*!< Length of each PHY init data bin */ uint8_t reserved[19]; /*!< 19-byte reserved */ } __attribute__ ((packed)) phy_control_info_data_t; /** */ typedef struct { char cc[PHY_COUNTRY_CODE_LEN]; uint8_t type; } phy_country_to_bin_type_t; #endif #ifdef __cplusplus } #endif #endif /* PHY_INIT_DATA_H */
58
/* */ #ifndef _crc32_H_ #define _crc32_H_ /** class crc32 { public: static unsigned int crc32_le(unsigned int crc, unsigned char const *buf, unsigned int len); }; #endif // _crc32_H_
59
/* */ #ifndef _WL_State_H_ #define _WL_State_H_ #include "esp_err.h" /** #if defined(_MSC_VER) #define ALIGNED_(x) __declspec(align(x)) #else #if defined(__GNUC__) #define ALIGNED_(x) __attribute__ ((aligned(x))) #endif #endif typedef struct ALIGNED_(32) WL_State_s { public: uint32_t wl_dummy_sec_pos; /*!< Current dummy sector position*/ uint32_t wl_part_max_sec_pos; /*!< Number of sectors in the partition (excluding config and state sectors) for dummy sector movement*/ uint32_t wl_dummy_sec_move_count; /*!< When dummy sector completes one cycle through the entire flash, wl_dummy_sector_move_count will be incremented by 1*/ uint32_t wl_sec_erase_cycle_count; /*!< After every 'sector erase cycle', this count will be incremented by 1*/ uint32_t wl_max_sec_erase_cycle_count; /*!< Max wl_sector_erase_cycle_count after which block will be moved and dummy sector position record will be updated in state sector*/ uint32_t wl_block_size; /*!
60
< WL partition block size*/ uint32_t version; /*!< State id used to identify the version of current library implementation*/ uint32_t wl_device_id; /*!< ID of current WL instance. Generated randomly when the state is first initialized*/ uint32_t reserved[7]; /*!< Reserved space for future use*/ uint32_t crc32; /*!< CRC of structure*/ } wl_state_t; #ifndef _MSC_VER // MSVS has different format for this define static_assert(sizeof(wl_state_t) % 16 == 0, "Size of wl_state_t structure should be compatible with flash encryption"); #endif // _MSC_VER #define WL_STATE_CRC_LEN_V1 offsetof(wl_state_t, wl_device_id) #define WL_STATE_CRC_LEN_V2 offsetof(wl_state_t, crc32) #endif // _WL_State_H_
60
/* */ #ifndef _WL_Ext_Safe_H_ #define _WL_Ext_Safe_H_ #include "Partition.h" #include "WL_Flash.h" #include "WL_Ext_Cfg.h" #include "WL_Ext_Perf.h" class WL_Ext_Safe : public WL_Ext_Perf { public: WL_Ext_Safe(); ~WL_Ext_Safe() override; esp_err_t config(WL_Config_s *cfg, Partition *partition) override; esp_err_t init() override; size_t get_flash_size() override; protected: esp_err_t erase_sector_fit(uint32_t start_sector, uint32_t count) override; // Dump Sector uint32_t dump_addr; // dump buffer address uint32_t buff_trans_state_addr;// sector address where state of buffer transaction will be stored esp_err_t recover(); }; #endif // _WL_Ext_Safe_H_
61
/* */ #ifndef _WL_Ext_Perf_H_ #define _WL_Ext_Perf_H_ #include "Partition.h" #include "WL_Flash.h" #include "WL_Ext_Cfg.h" class WL_Ext_Perf : public WL_Flash { public: WL_Ext_Perf(); ~WL_Ext_Perf() override; esp_err_t config(WL_Config_s *cfg, Partition *partition) override; esp_err_t init() override; size_t get_flash_size() override; size_t get_sector_size() override; esp_err_t erase_sector(size_t sector) override; esp_err_t erase_range(size_t start_address, size_t size) override; protected: uint32_t flash_sector_size; uint32_t fat_sector_size; /*when flash and fat sector sizes are not equal (where flash_sector_size >= fat_sector_size), this flash_fat_sector_size_factor will be used while flash sector erase or read-write operation. This factor is the ratio of flash_sector_size to fat_sector_size*/ uint32_t flash_fat_sector_size_factor; uint32_t *sector_buffer; /*Ptr to sector buffer allocated in heap memory for temporary storage of flash sector during erase operation*/ virtual esp_err_t erase_sector_fit(uint32_t start_sector, uint32_t count); }; #endif // _WL_Ext_Perf_H_
62
/* */ #ifndef _Flash_Access_H_ #define _Flash_Access_H_ #include "esp_err.h" /** class Flash_Access { public: virtual size_t get_flash_size() = 0; virtual esp_err_t erase_sector(size_t sector) = 0; virtual esp_err_t erase_range(size_t start_address, size_t size) = 0; virtual esp_err_t write(size_t dest_addr, const void *src, size_t size) = 0; virtual esp_err_t read(size_t src_addr, void *dest, size_t size) = 0; virtual size_t get_sector_size() = 0; virtual esp_err_t flush() { return ESP_OK; }; virtual ~Flash_Access() {}; }; #endif // _Flash_Access_H_
63
/* */ #ifndef _SPI_Flash_H_ #define _SPI_Flash_H_ #include "esp_err.h" #include "Flash_Access.h" /** class SPI_Flash : public Flash_Access { public: SPI_Flash(); size_t get_flash_size() override; esp_err_t erase_sector(size_t sector) override; esp_err_t erase_range(size_t start_address, size_t size) override; esp_err_t write(size_t dest_addr, const void *src, size_t size) override; esp_err_t read(size_t src_addr, void *dest, size_t size) override; size_t get_sector_size() override; ~SPI_Flash() override; }; #endif // _SPI_Flash_H_
64
/* */ #ifndef _WL_Flash_H_ #define _WL_Flash_H_ #include "esp_err.h" #include "Flash_Access.h" #include "Partition.h" #include "WL_Config.h" #include "WL_State.h" /** class WL_Flash : public Flash_Access { public : WL_Flash(); ~WL_Flash() override; virtual esp_err_t config(wl_config_t *cfg, Partition *partition); virtual esp_err_t init(); size_t get_flash_size() override; size_t get_sector_size() override; esp_err_t erase_sector(size_t sector) override; esp_err_t erase_range(size_t start_address, size_t size) override; esp_err_t write(size_t dest_addr, const void *src, size_t size) override; esp_err_t read(size_t src_addr, void *dest, size_t size) override; esp_err_t flush() override; Partition *get_part(); wl_config_t *get_cfg(); protected: bool configured = false; bool initialized = false; wl_state_t state; wl_config_t cfg; Partition *partition = NULL; size_t addr_cfg; size_t addr_state1; size_t addr_state2; size_t index_state1; size_t index_state2; size_t flash_size; uint32_t state_size; uint32_t cfg_size; uint8_t *temp_buff = NULL; size_t dummy_addr; uint32_t pos_data[4]; esp_err_t initSections(); esp_err_t updateWL(); esp_err_t recoverPos(); size_t calcAddr(size_t addr); esp_err_t updateVersion(); esp_err_t updateV1_V2(); void fillOkBuff(int n); bool OkBuffSet(int n); }; #endif // _WL_Flash_H_
65
/* */ #ifndef _WL_Config_H_ #define _WL_Config_H_ #include "Flash_Access.h" /** #if defined(_MSC_VER) #define ALIGNED_(x) __declspec(align(x)) #else #if defined(__GNUC__) #define ALIGNED_(x) __attribute__ ((aligned(x))) #endif #endif typedef struct ALIGNED_(16) WL_Config_s {/*!= N*flash_sector_size, where N > 0.*/ uint32_t flash_sector_size; /*!< Size of flash memory sector that will be erased and stored at once (erase)*/ uint32_t wl_update_rate; /*!< Memory erase count after which physical sector and dummy sector swaps its address.*/ uint32_t wl_pos_update_record_size; /*!< Number of bytes for storing pos update record appended on the state sector data after every wl_update_rate*/ uint32_t version; /*!< A version of current implementation. To erase and reallocate complete memory this ID must be different from id before.*/ size_t wl_temp_buff_size; /*!< Size of temporary allocated buffer to copy from one flash area to another.
66
The best way, if this value will be equal to sector size.*/ uint32_t crc32; /*!< CRC for this config*/ } wl_config_t; #ifndef _MSC_VER // MSVS has different format for this define static_assert(sizeof(wl_config_t) % 16 == 0, "Size of wl_config_t structure should be compatible with flash encryption"); #endif // _MSC_VER #endif // _WL_Config_H_
66
/* */ #ifndef _Partition_H_ #define _Partition_H_ #include "esp_err.h" #include "Flash_Access.h" #include "esp_partition.h" #include "spi_flash_mmap.h" // for SPI_FLASH_SEC_SIZE /** class Partition : public Flash_Access { public: Partition(const esp_partition_t *partition); virtual size_t get_flash_size(); virtual esp_err_t erase_sector(size_t sector); virtual esp_err_t erase_range(size_t start_address, size_t size); virtual esp_err_t write(size_t dest_addr, const void *src, size_t size); virtual esp_err_t read(size_t src_addr, void *dest, size_t size); virtual size_t get_sector_size(); virtual bool is_readonly(); virtual ~Partition(); protected: const esp_partition_t *partition; }; #endif // _Partition_H_
67
/* */ #ifndef _WL_Ext_Cfg_H_ #define _WL_Ext_Cfg_H_ #include "WL_Config.h" typedef struct WL_Ext_Cfg_s : public WL_Config_s { uint32_t fat_sector_size; /*!< virtual sector size*/ } wl_ext_cfg_t; #endif // _WL_Ext_Cfg_H_
68
/* */ #ifndef _wear_levelling_H_ #define _wear_levelling_H_ #include "esp_log.h" #include "esp_partition.h" #ifdef __cplusplus extern "C" { #endif /** */ typedef int32_t wl_handle_t; #define WL_INVALID_HANDLE -1 /** */ esp_err_t wl_mount(const esp_partition_t *partition, wl_handle_t *out_handle); /** */ esp_err_t wl_unmount(wl_handle_t handle); /** */ esp_err_t wl_erase_range(wl_handle_t handle, size_t start_addr, size_t size); /** */ esp_err_t wl_write(wl_handle_t handle, size_t dest_addr, const void *src, size_t size); /** */ esp_err_t wl_read(wl_handle_t handle, size_t src_addr, void *dest, size_t size); /** */ size_t wl_size(wl_handle_t handle); /** */ size_t wl_sector_size(wl_handle_t handle); #ifdef __cplusplus } // extern "C" #endif #endif // _wear_levelling_H_
69
/* */ #pragma once #include #include "esp_err.h" #include "sd_protocol_types.h" #include "driver/sdspi_host.h" #include "ff.h" #include "wear_levelling.h" #ifdef __cplusplus extern "C" { #endif /** */ typedef struct { const char* base_path; /*!slot` have been initialized by */ esp_err_t esp_vfs_fat_sdspi_mount(const char* base_path, const sdmmc_host_t* host_config_input, const sdspi_device_config_t* slot_config, const esp_vfs_fat_mount_config_t* mount_config, sdmmc_card_t** out_card); /** */ esp_err_t esp_vfs_fat_sdmmc_unmount(void) __attribute__((deprecated("Please use esp_vfs_fat_sdcard_unmount instead"))); /** */ esp_err_t esp_vfs_fat_sdcard_unmount(const char* base_path, sdmmc_card_t *card); /** */ esp_err_t esp_vfs_fat_sdcard_format_cfg(const char *base_path, sdmmc_card_t *card, esp_vfs_fat_mount_config_t *cfg); /** */ esp_err_t esp_vfs_fat_sdcard_format(const char *base_path, sdmmc_card_t *card); /** */ esp_err_t esp_vfs_fat_spiflash_mount_rw_wl(const char* base_path, const char* partition_label, const esp_vfs_fat_mount_config_t* mount_config, wl_handle_t* wl_handle); /** */ esp_err_t esp_vfs_fat_spiflash_unmount_rw_wl(const char* base_path, wl_handle_t wl_handle); /** */ esp_err_t esp_vfs_fat_spiflash_format_cfg_rw_wl(const char* base_path, const char* partition_label, esp_vfs_fat_mount_config_t *cfg); /** */ esp_err_t esp_vfs_fat_spiflash_format_rw_wl(const char* base_path, const char* partition_label); /** */ esp_err_t esp_vfs_fat_spiflash_mount_ro(const char* base_path, const char* partition_label, const esp_vfs_fat_mount_config_t* mount_config); /** */ esp_err_t esp_vfs_fat_spiflash_unmount_ro(const char* base_path, const char* partition_label); /** */ esp_err_t esp_vfs_fat_info(const char* base_path, uint64_t* out_total_bytes, uint64_t* out_free_bytes); /** */ esp_err_t esp_vfs_fat_create_contiguous_file(const char* base_path, const char* full_path, uint64_t size, bool alloc_now); /** */ esp_err_t esp_vfs_fat_test_contiguous_file(const char* base_path, const char* full_path, bool* is_contiguous); /** @cond */ /** */ esp_err_t esp_vfs_fat_register(const char* base_path, const char* fat_drive, size_t max_files, FATFS** out_fs); /** */ esp_err_t esp_vfs_fat_spiflash_mount(const char* base_path, const char* partition_label, const esp_vfs_fat_mount_config_t* mount_config, wl_handle_t* wl_handle) __attribute__((deprecated("esp_vfs_fat_spiflash_mount is deprecated, please use esp_vfs_fat_spiflash_mount_rw_wl instead"))); /** */ esp_err_t esp_vfs_fat_spiflash_unmount(const char* base_path, wl_handle_t wl_handle) __attribute__((deprecated("esp_vfs_fat_spiflash_unmount is deprecated, please use esp_vfs_fat_spiflash_unmount_rw_wl instead"))); /** */ esp_err_t esp_vfs_fat_rawflash_mount(const char* base_path, const char* partition_label, const esp_vfs_fat_mount_config_t* mount_config) __attribute__((deprecated("esp_vfs_fat_rawflash_mount is deprecated, please use esp_vfs_fat_spiflash_mount_ro instead"))); /** */ esp_err_t esp_vfs_fat_rawflash_unmount(const char* base_path, const char* partition_label) __attribute__((deprecated("esp_vfs_fat_rawflash_unmount is deprecated, please use esp_vfs_fat_spiflash_unmount_ro instead"))); /** @endcond */ #ifdef __cplusplus } #endif
70
/* */ #pragma once #include "esp_vfs_fat.h" #include "diskio_impl.h" #include "esp_partition.h" #include "sdmmc_cmd.h" #include #include typedef enum { FORMATTED_DURING_LAST_MOUNT = 1 << 0, // The FATFS partition was formatted during the last mount } vfs_fat_x_ctx_flags_t; typedef struct vfs_fat_spiflash_ctx_t { const esp_partition_t *partition; //The partition where the FAT is located bool by_label; //If the partition is mounted by lable or not BYTE pdrv; //Drive number that is mounted FATFS *fs; //FAT structure pointer that is registered wl_handle_t wlhandle; //WL handle esp_vfs_fat_mount_config_t mount_config; //Mount configuration vfs_fat_x_ctx_flags_t flags; //Flags } vfs_fat_spiflash_ctx_t; typedef struct vfs_fat_sd_ctx_t { BYTE pdrv; //Drive number that is mounted esp_vfs_fat_mount_config_t mount_config; //Mount configuration FATFS *fs; //FAT structure pointer that is registered sdmmc_card_t *card; //Card info char *base_path; //Path where partition is registered vfs_fat_x_ctx_flags_t flags; //Flags } vfs_fat_sd_ctx_t; static inline size_t esp_vfs_fat_get_allocation_unit_size( size_t sector_size, size_t requested_size) { size_t alloc_unit_size = requested_size; const size_t max_sectors_per_cylinder = 128; const size_t max_size = sector_size * max_sectors_per_cylinder; alloc_unit_size = MAX(alloc_unit_size, sector_size); alloc_unit_size = MIN(alloc_unit_size, max_size); return alloc_unit_size; } vfs_fat_spiflash_ctx_t* get_vfs_fat_spiflash_ctx(wl_handle_t wlhandle); vfs_fat_sd_ctx_t* get_vfs_fat_get_sd_ctx(const sdmmc_card_t *card);
71
// Copyright 2017-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #pragma once #ifdef __cplusplus extern "C" { #endif #include typedef unsigned int UINT; typedef unsigned char BYTE; typedef uint32_t DWORD; #define FF_DRV_NOT_USED 0xFF #include "diskio.h" #include "esp_err.h" /** */ typedef struct { DSTATUS (*init) (unsigned char pdrv); /*!< disk initialization function */ DSTATUS (*status) (unsigned char pdrv); /*!< disk status check function */ DRESULT (*read) (unsigned char pdrv, unsigned char* buff, uint32_t sector, unsigned count); /*!
72
< sector read function */ DRESULT (*write) (unsigned char pdrv, const unsigned char* buff, uint32_t sector, unsigned count); /*!< sector write function */ DRESULT (*ioctl) (unsigned char pdrv, unsigned char cmd, void* buff); /*!< function to get info about disk and do some misc operations */ } ff_diskio_impl_t; /** */ void ff_diskio_register(BYTE pdrv, const ff_diskio_impl_t* discio_impl); #define ff_diskio_unregister(pdrv_) ff_diskio_register(pdrv_, NULL) /** */ esp_err_t ff_diskio_get_drive(BYTE* out_pdrv); #ifdef __cplusplus } #endif
72
/* */ #pragma once #include "sdmmc_cmd.h" #include "sd_protocol_defs.h" #ifdef __cplusplus extern "C" { #endif /** */ void ff_sdmmc_set_disk_status_check(BYTE pdrv, bool enable); /** */ void ff_diskio_register_sdmmc(unsigned char pdrv, sdmmc_card_t* card); /** */ BYTE ff_diskio_get_pdrv_card(const sdmmc_card_t* card); #ifdef __cplusplus } #endif
73
// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #ifndef _DISKIO_RAWFLASH_DEFINED #define _DISKIO_RAWFLASH_DEFINED #ifdef __cplusplus extern "C" { #endif #include "esp_partition.h" /** */ esp_err_t ff_diskio_register_raw_partition(unsigned char pdrv, const esp_partition_t* part_handle); unsigned char ff_diskio_get_pdrv_raw(const esp_partition_t* part_handle); #ifdef __cplusplus } #endif #endif // _DISKIO_RAWFLASH_DEFINED
74
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #ifndef _DISKIO_WL_DEFINED #define _DISKIO_WL_DEFINED #ifdef __cplusplus extern "C" { #endif #include "wear_levelling.h" /** */ esp_err_t ff_diskio_register_wl_partition(unsigned char pdrv, wl_handle_t flash_handle); unsigned char ff_diskio_get_pdrv_wl(wl_handle_t flash_handle); void ff_diskio_clear_pdrv_wl(wl_handle_t flash_handle); #ifdef __cplusplus } #endif #endif // _DISKIO_WL_DEFINED
75
/* */ #pragma once /** */ #define HEAP_SIZE_CAPTURE(heap_size) \ heap_size = esp_get_free_heap_size(); #define HEAP_SIZE_CHECK(heap_size, tolerance) \ do {\ size_t final_heap_size = esp_get_free_heap_size(); \ if (final_heap_size < heap_size - tolerance) { \ printf("Initial heap size: %d, final: %d, diff=%d\n", heap_size, final_heap_size, heap_size - final_heap_size); \ } \ } while(0) extern const char* fatfs_test_hello_str; extern const char* fatfs_test_hello_str_utf; void test_fatfs_create_file_with_text(const char* name, const char* text); void test_fatfs_create_file_with_o_creat_flag(const char* filename); void test_fatfs_open_file_with_o_creat_flag(const char* filename); void test_fatfs_overwrite_append(const char* filename); void test_fatfs_read_file(const char* filename); void test_fatfs_read_file_utf_8(const char* filename); void test_fatfs_pread_file(const char* filename); void test_fatfs_pwrite_file(const char* filename); void test_fatfs_open_max_files(const char* filename_prefix, size_t files_count); void test_fatfs_lseek(const char* filename); void test_fatfs_truncate_file(const char* path, bool allow_expanding_files); void test_fatfs_ftruncate_file(const char* path, bool allow_expanding_files); void test_fatfs_stat(const char* filename, const char* root_dir); void test_fatfs_size(const char* filename, const char* content); void test_fatfs_mtime_dst(const char* filename, const char* root_dir); void test_fatfs_utime(const char* filename, const char* root_dir); void test_fatfs_unlink(const char* filename); void test_fatfs_link_rename(const char* filename_prefix); void test_fatfs_concurrent(const char* filename_prefix); void test_fatfs_mkdir_rmdir(const char* filename_prefix); void test_fatfs_can_opendir(const char* path); void test_fatfs_opendir_readdir_rewinddir(const char* dir_prefix); void test_fatfs_opendir_readdir_rewinddir_utf_8(const char* dir_prefix); void test_leading_spaces(void); void test_fatfs_rw_speed(const char* filename, void* buf, size_t buf_size, size_t file_size, bool write); void test_fatfs_info(const char* base_path, const char* filepath); #if FF_USE_EXPAND void test_fatfs_create_contiguous_file(const char* base_path, const char* full_path); #endif
76
/*/ / Low level disk interface modlue include file (C)ChaN, 2019 / /*/ #ifndef _DISKIO_DEFINED #define _DISKIO_DEFINED #ifdef __cplusplus extern "C" { #endif #include "ff.h" /* Status of Disk Functions */ typedef BYTE DSTATUS; /* Results of Disk Functions */ typedef enum { RES_OK = 0, /* 0: Successful */ RES_ERROR, /* 1: R/W Error */ RES_WRPRT, /* 2: Write Protected */ RES_NOTRDY, /* 3: Not Ready */ RES_PARERR /* 4: Invalid Parameter */ } DRESULT; /**/ /* Prototypes for disk control functions */ DSTATUS disk_initialize (BYTE pdrv); DSTATUS disk_status (BYTE pdrv); DRESULT disk_read (BYTE pdrv, BYTE* buff, LBA_t sector, UINT count); DRESULT disk_write (BYTE pdrv, const BYTE* buff, LBA_t sector, UINT count); DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff); /* Disk Status Bits (DSTATUS) */ #define STA_NOINIT 0x01 /* Drive not initialized */ #define STA_NODISK 0x02 /* No medium in the drive */ #define STA_PROTECT 0x04 /* Write protected */ /* Command code for disk_ioctrl fucntion */ /* Generic command (Used by FatFs) */ #define CTRL_SYNC 0 /* Complete pending write process (needed at FF_FS_READONLY == 0) */ #define GET_SECTOR_COUNT 1 /* Get media size (needed at FF_USE_MKFS == 1) */ #define GET_SECTOR_SIZE 2 /* Get sector size (needed at FF_MAX_SS !
77
= FF_MIN_SS) */ #define GET_BLOCK_SIZE 3 /* Get erase block size (needed at FF_USE_MKFS == 1) */ #define CTRL_TRIM 4 /* Inform device that the data on the block of sectors is no longer used (needed at FF_USE_TRIM == 1) */ /* Generic command (Not used by FatFs) */ #define CTRL_POWER 5 /* Get/Set power status */ #define CTRL_LOCK 6 /* Lock/Unlock media removal */ #define CTRL_EJECT 7 /* Eject media */ #define CTRL_FORMAT 8 /* Create physical format on the media */ /* MMC/SDC specific ioctl command */ #define MMC_GET_TYPE 10 /* Get card type */ #define MMC_GET_CSD 11 /* Get CSD */ #define MMC_GET_CID 12 /* Get CID */ #define MMC_GET_OCR 13 /* Get OCR */ #define MMC_GET_SDSTAT 14 /* Get SD status */ #define ISDIO_READ 55 /* Read data form SD iSDIO register */ #define ISDIO_WRITE 56 /* Write data to SD iSDIO register */ #define ISDIO_MRITE 57 /* Masked write data to SD iSDIO register */ /* ATA/CF specific ioctl command */ #define ATA_GET_REV 20 /* Get F/W revision */ #define ATA_GET_MODEL 21 /* Get model name */ #define ATA_GET_SN 22 /* Get serial number */ #ifdef __cplusplus } #endif #endif
77
/*/ / FatFs - Generic FAT Filesystem module R0.15 / // / / Copyright (C) 2022, ChaN, all right reserved. / / FatFs module is an open source software. Redistribution and use of FatFs in / source and binary forms, with or without modification, are permitted provided / that the following condition is met: / 1. Redistributions of source code must retain the above copyright notice, / this condition and the following disclaimer. / / This software is provided by the copyright holder and contributors "AS IS" / and any warranties related to this software are DISCLAIMED. / The copyright owner or contributors be NOT LIABLE for any damages caused / by use of this software. / /*/ #ifndef FF_DEFINED #define FF_DEFINED 80286 /* Revision ID */ #ifdef __cplusplus extern "C" { #endif #include "ffconf.h" /* FatFs configuration options */ #if FF_DEFINED != FFCONF_DEF #error Wrong configuration file (ffconf.h). #endif /* Integer types used for FatFs API */ #if defined(_WIN32) /* Windows VC++ (for development only) */ #define FF_INTDEF 2 #include typedef unsigned __int64 QWORD; #include #define isnan(v) _isnan(v) #define isinf(v) (!
78
_finite(v)) #elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__cplusplus) /* C99 or later */ #define FF_INTDEF 2 #include typedef unsigned int UINT; /* int must be 16-bit or 32-bit */ typedef unsigned char BYTE; /* char must be 8-bit */ typedef uint16_t WORD; /* 16-bit unsigned integer */ typedef uint32_t DWORD; /* 32-bit unsigned integer */ typedef uint64_t QWORD; /* 64-bit unsigned integer */ typedef WORD WCHAR; /* UTF-16 character type */ #else /* Earlier than C99 */ #define FF_INTDEF 1 typedef unsigned int UINT; /* int must be 16-bit or 32-bit */ typedef unsigned char BYTE; /* char must be 8-bit */ typedef unsigned short WORD; /* 16-bit unsigned integer */ typedef unsigned long DWORD; /* 32-bit unsigned integer */ typedef WORD WCHAR; /* UTF-16 character type */ #endif /* Type of file size and LBA variables */ #if FF_FS_EXFAT #if FF_INTDEF != 2 #error exFAT feature wants C99 or later #endif typedef QWORD FSIZE_t; #if FF_LBA64 typedef QWORD LBA_t; #else typedef DWORD LBA_t; #endif #else #if FF_LBA64 #error exFAT needs to be enabled when enable 64-bit LBA #endif typedef DWORD FSIZE_t; typedef DWORD LBA_t; #endif /* Type of path name strings on FatFs API (TCHAR) */ #if FF_USE_LFN && FF_LFN_UNICODE == 1 /* Unicode in UTF-16 encoding */ typedef WCHAR TCHAR; #define _T(x) L ## x #define _TEXT(x) L ## x #elif FF_USE_LFN && FF_LFN_UNICODE == 2 /* Unicode in UTF-8 encoding */ typedef char TCHAR; #define _T(x) u8 ## x #define _TEXT(x) u8 ## x #elif FF_USE_LFN && FF_LFN_UNICODE == 3 /* Unicode in UTF-32 encoding */ typedef DWORD TCHAR; #define _T(x) U ## x #define _TEXT(x) U ## x #elif FF_USE_LFN && (FF_LFN_UNICODE 3) #error Wrong FF_LFN_UNICODE setting #else /* ANSI/OEM code in SBCS/DBCS */ typedef char TCHAR; #define _T(x) x #define _TEXT(x) x #endif /* Definitions of volume management */ #if FF_MULTI_PARTITION /* Multiple partition configuration */ typedef struct { BYTE pd; /* Physical drive number */ BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */ } PARTITION; extern const PARTITION VolToPart[]; /* Volume - Partition mapping table */ #endif #if FF_STR_VOLUME_ID #ifndef FF_VOLUME_STRS extern const char* VolumeStr[FF_VOLUMES]; /* User defied volume ID */ #endif #endif /* Filesystem object structure (FATFS) */ typedef struct { BYTE fs_type; /* Filesystem type (0:not mounted) */ BYTE pdrv; /* Volume hosting physical drive */ BYTE ldrv; /* Logical drive number (used only when FF_FS_REENTRANT) */ BYTE n_fats; /* Number of FATs (1 or 2) */ BYTE wflag; /* win[] status (b0:dirty) */ BYTE fsi_flag; /* FSINFO status (b7:disabled, b0:dirty) */ WORD id; /* Volume mount ID */ WORD n_rootdir; /* Number of root directory entries (FAT12/16) */ WORD csize; /* Cluster size [sectors] */ #if FF_MAX_SS !
78
= FF_MIN_SS WORD ssize; /* Sector size (512, 1024, 2048 or 4096) */ #endif #if FF_USE_LFN WCHAR* lfnbuf; /* LFN working buffer */ #endif #if FF_FS_EXFAT BYTE* dirbuf; /* Directory entry block scratchpad buffer for exFAT */ #endif #if !FF_FS_READONLY DWORD last_clst; /* Last allocated cluster */ DWORD free_clst; /* Number of free clusters */ #endif #if FF_FS_RPATH DWORD cdir; /* Current directory start cluster (0:root) */ #if FF_FS_EXFAT DWORD cdc_scl; /* Containing directory start cluster (invalid when cdir is 0) */ DWORD cdc_size; /* b31-b8:Size of containing directory, b7-b0: Chain status */ DWORD cdc_ofs; /* Offset in the containing directory (invalid when cdir is 0) */ #endif #endif DWORD n_fatent; /* Number of FAT entries (number of clusters + 2) */ DWORD fsize; /* Number of sectors per FAT */ LBA_t volbase; /* Volume base sector */ LBA_t fatbase; /* FAT base sector */ LBA_t dirbase; /* Root directory base sector (FAT12/16) or cluster (FAT32/exFAT) */ LBA_t database; /* Data base sector */ #if FF_FS_EXFAT LBA_t bitbase; /* Allocation bitmap base sector */ #endif LBA_t winsect; /* Current sector appearing in the win[] */ BYTE win[FF_MAX_SS]; /* Disk access window for Directory, FAT (and file data at tiny cfg) */ } FATFS; /* Object ID and allocation information (FFOBJID) */ typedef struct { FATFS* fs; /* Pointer to the hosting volume of this object */ WORD id; /* Hosting volume's mount ID */ BYTE attr; /* Object attribute */ BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:fragmented in this session, b2:sub-directory stretched) */ DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */ FSIZE_t objsize; /* Object size (valid when sclust !
78
= 0) */ #if FF_FS_EXFAT DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ DWORD n_frag; /* Size of last fragment needs to be written to FAT (valid when not zero) */ DWORD c_scl; /* Containing directory start cluster (valid when sclust != 0) */ DWORD c_size; /* b31-b8:Size of containing directory, b7-b0: Chain status (valid when c_scl != 0) */ DWORD c_ofs; /* Offset in the containing directory (valid when file object and sclust != 0) */ #endif #if FF_FS_LOCK UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */ #endif } FFOBJID; /* File object structure (FIL) */ typedef struct { FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ BYTE flag; /* File status flags */ BYTE err; /* Abort flag (error code) */ FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */ DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ LBA_t sect; /* Sector number appearing in buf[] (0:invalid) */ #if !
78
FF_FS_READONLY LBA_t dir_sect; /* Sector number containing the directory entry (not used at exFAT) */ BYTE* dir_ptr; /* Pointer to the directory entry in the win[] (not used at exFAT) */ #endif #if FF_USE_FASTSEEK DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ #endif #if !FF_FS_TINY BYTE buf[FF_MAX_SS]; /* File private data read/write window */ #endif } FIL; /* Directory object structure (FF_DIR) */ typedef struct { FFOBJID obj; /* Object identifier */ DWORD dptr; /* Current read/write offset */ DWORD clust; /* Current cluster */ LBA_t sect; /* Current sector (0:Read operation has terminated) */ BYTE* dir; /* Pointer to the directory item in the win[] */ BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */ #if FF_USE_LFN DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */ #endif #if FF_USE_FIND const TCHAR* pat; /* Pointer to the name matching pattern */ #endif } FF_DIR; /* File information structure (FILINFO) */ typedef struct { FSIZE_t fsize; /* File size */ WORD fdate; /* Modified date */ WORD ftime; /* Modified time */ BYTE fattrib; /* File attribute */ #if FF_USE_LFN TCHAR altname[FF_SFN_BUF + 1];/* Alternative file name */ TCHAR fname[FF_LFN_BUF + 1]; /* Primary file name */ #else TCHAR fname[12 + 1]; /* File name */ #endif } FILINFO; /* Format parameter structure (MKFS_PARM) */ typedef struct { BYTE fmt; /* Format option (FM_FAT, FM_FAT32, FM_EXFAT and FM_SFD) */ BYTE n_fat; /* Number of FATs */ UINT align; /* Data area alignment (sector) */ UINT n_root; /* Number of root directory entries */ DWORD au_size; /* Cluster size (byte) */ } MKFS_PARM; /* File function return code (FRESULT) */ typedef enum { FR_OK = 0, /* (0) Succeeded */ FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ FR_EXIST, /* (8) Access denied due to prohibited access */ FR_INVALID_OBJECT, /* (9) The file/directory object is invalid */ FR_WRITE_PROTECTED, /* (10) The physical drive is write protected */ FR_INVALID_DRIVE, /* (11) The logical drive number is invalid */ FR_NOT_ENABLED, /* (12) The volume has no work area */ FR_NO_FILESYSTEM, /* (13) There is no valid FAT volume */ FR_MKFS_ABORTED, /* (14) The f_mkfs() aborted due to any problem */ FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ FR_TOO_MANY_OPEN_FILES, /* (18) Number of open files > FF_FS_LOCK */ FR_INVALID_PARAMETER /* (19) Given parameter is invalid */ } FRESULT; /**/ /* FatFs Module Application Interface */ /**/ FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */ FRESULT f_close (FIL* fp); /* Close an open file object */ FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */ FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */ FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */ FRESULT f_truncate (FIL* fp); /* Truncate the file */ FRESULT f_sync (FIL* fp); /* Flush cached data of the writing file */ FRESULT f_opendir (FF_DIR* dp, const TCHAR* path); /* Open a directory */ FRESULT f_closedir (FF_DIR* dp); /* Close an open directory */ FRESULT f_readdir (FF_DIR* dp, FILINFO* fno); /* Read a directory item */ FRESULT f_findfirst (FF_DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ FRESULT f_findnext (FF_DIR* dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR* path); /* Create a sub directory */ FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */ FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory */ FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */ FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of a file/dir */ FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */ FRESULT f_chdir (const TCHAR* path); /* Change current directory */ FRESULT f_chdrive (const TCHAR* path); /* Change current drive */ FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */ FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters on the drive */ FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */ FRESULT f_setlabel (const TCHAR* label); /* Set volume label */ FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to the stream */ FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */ FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */ FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT volume */ FRESULT f_fdisk (BYTE pdrv, const LBA_t ptbl[], void* work); /* Divide a physical drive into some partitions */ FRESULT f_setcp (WORD cp); /* Set current code page */ int f_putc (TCHAR c, FIL* fp); /* Put a character to the file */ int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */ int f_printf (FIL* fp, const TCHAR* str, .
78
..); /* Put a formatted string to the file */ TCHAR* f_gets (TCHAR* buff, int len, FIL* fp); /* Get a string from the file */ /* Some API fucntions are implemented as macro */ #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) #define f_error(fp) ((fp)->err) #define f_tell(fp) ((fp)->fptr) #define f_size(fp) ((fp)->obj.objsize) #define f_rewind(fp) f_lseek((fp), 0) #define f_rewinddir(dp) f_readdir((dp), 0) #define f_rmdir(path) f_unlink(path) #define f_unmount(path) f_mount(0, path, 0) /**/ /* Additional Functions */ /**/ /* RTC function (provided by user) */ #if !FF_FS_READONLY && !FF_FS_NORTC DWORD get_fattime (void); /* Get current time */ #endif /* LFN support functions (defined in ffunicode.c) */ #if FF_USE_LFN >= 1 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */ WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */ DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */ #endif /* O/S dependent functions (samples available in ffsystem.
78
c) */ #if FF_USE_LFN == 3 /* Dynamic memory allocation */ void* ff_memalloc (UINT msize); /* Allocate memory block */ void ff_memfree (void* mblock); /* Free memory block */ #endif #if FF_FS_REENTRANT /* Sync functions */ int ff_mutex_create (int vol); /* Create a sync object */ void ff_mutex_delete (int vol); /* Delete a sync object */ int ff_mutex_take (int vol); /* Lock sync object */ void ff_mutex_give (int vol); /* Unlock sync object */ #endif /**/ /* Flags and Offset Address */ /**/ /* File access mode and open method flags (3rd argument of f_open) */ #define FA_READ 0x01 #define FA_WRITE 0x02 #define FA_OPEN_EXISTING 0x00 #define FA_CREATE_NEW 0x04 #define FA_CREATE_ALWAYS 0x08 #define FA_OPEN_ALWAYS 0x10 #define FA_OPEN_APPEND 0x30 /* Fast seek controls (2nd argument of f_lseek) */ #define CREATE_LINKMAP ((FSIZE_t)0 - 1) /* Format options (2nd argument of f_mkfs) */ #define FM_FAT 0x01 #define FM_FAT32 0x02 #define FM_EXFAT 0x04 #define FM_ANY 0x07 #define FM_SFD 0x08 /* Filesystem type (FATFS.
78
fs_type) */ #define FS_FAT12 1 #define FS_FAT16 2 #define FS_FAT32 3 #define FS_EXFAT 4 /* File attribute bits for directory entry (FILINFO.fattrib) */ #define AM_RDO 0x01 /* Read only */ #define AM_HID 0x02 /* Hidden */ #define AM_SYS 0x04 /* System */ #define AM_DIR 0x10 /* Directory */ #define AM_ARC 0x20 /* Archive */ #ifdef __cplusplus } #endif #endif /* FF_DEFINED */
78
#include "sdkconfig.h" /*/ / Configurations of FatFs Module /*/ #define FFCONF_DEF 80286 /* Revision ID */ /*/ / Function Configurations /*/ #define FF_FS_READONLY 0 /* This option switches read-only configuration. (0:Read/Write or 1:Read-only) / Read-only configuration removes writing API functions, f_write(), f_sync(), / f_unlink(), f_mkdir(), f_chmod(), f_rename(), f_truncate(), f_getfree() / and optional writing functions as well. */ #define FF_FS_MINIMIZE 0 /* This option defines minimization level to remove some basic API functions. / / 0: Basic functions are fully enabled. / 1: f_stat(), f_getfree(), f_unlink(), f_mkdir(), f_truncate() and f_rename() / are removed. / 2: f_opendir(), f_readdir() and f_closedir() are removed in addition to 1. / 3: f_lseek() function is removed in addition to 2. */ #define FF_USE_FIND 0 /* This option switches filtered directory read functions, f_findfirst() and / f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ #define FF_USE_MKFS 1 /* This option switches f_mkfs() function.
79
(0:Disable or 1:Enable) */ #define FF_USE_FASTSEEK CONFIG_FATFS_USE_FASTSEEK /* This option switches fast seek function. (0:Disable or 1:Enable) */ #define FF_USE_EXPAND 1 /* This option switches f_expand function. (0:Disable or 1:Enable) */ #define FF_USE_CHMOD 1 /* This option switches attribute manipulation functions, f_chmod() and f_utime(). / (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ #define FF_USE_LABEL CONFIG_FATFS_USE_LABEL /* This option switches volume label functions, f_getlabel() and f_setlabel(). / (0:Disable or 1:Enable) */ #define FF_USE_FORWARD 0 /* This option switches f_forward() function. (0:Disable or 1:Enable) */ #define FF_USE_STRFUNC 0 #define FF_PRINT_LLI 0 #define FF_PRINT_FLOAT 0 #define FF_STRF_ENCODE 3 /* FF_USE_STRFUNC switches string functions, f_gets(), f_putc(), f_puts() and / f_printf(). / / 0: Disable. FF_PRINT_LLI, FF_PRINT_FLOAT and FF_STRF_ENCODE have no effect. / 1: Enable without LF-CRLF conversion.
79
/ 2: Enable with LF-CRLF conversion. / / FF_PRINT_LLI = 1 makes f_printf() support long long argument and FF_PRINT_FLOAT = 1/2 / makes f_printf() support floating point argument. These features want C99 or later. / When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character / encoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE / to be read/written via those functions. / / 0: ANSI/OEM in current CP / 1: Unicode in UTF-16LE / 2: Unicode in UTF-16BE / 3: Unicode in UTF-8 */ /*/ / Locale and Namespace Configurations /*/ #define FF_CODE_PAGE CONFIG_FATFS_CODEPAGE /* This option specifies the OEM code page to be used on the target system. / Incorrect code page setting can cause a file open failure. / / 437 - U.S. / 720 - Arabic / 737 - Greek / 771 - KBL / 775 - Baltic / 850 - Latin 1 / 852 - Latin 2 / 855 - Cyrillic / 857 - Turkish / 860 - Portuguese / 861 - Icelandic / 862 - Hebrew / 863 - Canadian French / 864 - Arabic / 865 - Nordic / 866 - Russian / 869 - Greek 2 / 932 - Japanese (DBCS) / 936 - Simplified Chinese (DBCS) / 949 - Korean (DBCS) / 950 - Traditional Chinese (DBCS) / 0 - Include all code pages above and configured by f_setcp() */ #if defined(CONFIG_FATFS_LFN_STACK) #define FF_USE_LFN 2 #elif defined(CONFIG_FATFS_LFN_HEAP) #define FF_USE_LFN 3 #else /* CONFIG_FATFS_LFN_NONE */ #define FF_USE_LFN 0 #endif #ifdef CONFIG_FATFS_MAX_LFN #define FF_MAX_LFN CONFIG_FATFS_MAX_LFN #endif /* The FF_USE_LFN switches the support for LFN (long file name).
79
/ / 0: Disable LFN. FF_MAX_LFN has no effect. / 1: Enable LFN with static working buffer on the BSS. Always NOT thread-safe. / 2: Enable LFN with dynamic working buffer on the STACK. / 3: Enable LFN with dynamic working buffer on the HEAP. / / To enable the LFN, ffunicode.c needs to be added to the project. The LFN function / requiers certain internal working buffer occupies (FF_MAX_LFN + 1) * 2 bytes and / additional (FF_MAX_LFN + 44) / 15 * 32 bytes when exFAT is enabled. / The FF_MAX_LFN defines size of the working buffer in UTF-16 code unit and it can / be in range of 12 to 255. It is recommended to be set it 255 to fully support LFN / specification. / When use stack for the working buffer, take care on stack overflow. When use heap / memory for the working buffer, memory management functions, ff_memalloc() and / ff_memfree() exemplified in ffsystem.c, need to be added to the project. */ #ifdef CONFIG_FATFS_API_ENCODING_UTF_8 #define FF_LFN_UNICODE 2 #else /* CONFIG_FATFS_API_ENCODING_ANSI_OEM */ #define FF_LFN_UNICODE 0 #endif /* This option switches the character encoding on the API when LFN is enabled.
79
/ / 0: ANSI/OEM in current CP (TCHAR = char) / 1: Unicode in UTF-16 (TCHAR = WCHAR) / 2: Unicode in UTF-8 (TCHAR = char) / 3: Unicode in UTF-32 (TCHAR = DWORD) / / Also behavior of string I/O functions will be affected by this option. / When LFN is not enabled, this option has no effect. */ #define FF_LFN_BUF 255 #define FF_SFN_BUF 12 /* This set of options defines size of file name members in the FILINFO structure / which is used to read out directory items. These values should be suffcient for / the file names to read. The maximum possible length of the read file name depends / on character encoding. When LFN is not enabled, these options have no effect. */ #define FF_FS_RPATH 0 /* This option configures support for relative path. / / 0: Disable relative path and remove related functions. / 1: Enable relative path. f_chdir() and f_chdrive() are available. / 2: f_getcwd() function is available in addition to 1. */ /*/ / Drive/Volume Configurations /*/ #define FF_VOLUMES CONFIG_FATFS_VOLUME_COUNT /* Number of volumes (logical drives) to be used.
79
(1-10) */ #define FF_STR_VOLUME_ID 0 #define FF_VOLUME_STRS "RAM","NAND","CF","SD","SD2","USB","USB2","USB3" /* FF_STR_VOLUME_ID switches support for volume ID in arbitrary strings. / When FF_STR_VOLUME_ID is set to 1 or 2, arbitrary strings can be used as drive / number in the path name. FF_VOLUME_STRS defines the volume ID strings for each / logical drives. Number of items must not be less than FF_VOLUMES. Valid / characters for the volume ID strings are A-Z, a-z and 0-9, however, they are / compared in case-insensitive. If FF_STR_VOLUME_ID >= 1 and FF_VOLUME_STRS is / not defined, a user defined volume string table is needed as: / / const char* VolumeStr[FF_VOLUMES] = {"ram","flash","sd","usb",... */ #define FF_MULTI_PARTITION 1 /* This option switches support for multiple volumes on the physical drive. / By default (0), each logical drive number is bound to the same physical drive / number and only an FAT volume found on the physical drive will be mounted. / When this function is enabled (1), each logical drive number can be bound to / arbitrary physical drive and partition listed in the VolToPart[].
79
Also f_fdisk() / function will be available. */ /* SD card sector size */ #define FF_SS_SDCARD 512 /* wear_levelling library sector size */ #define FF_SS_WL CONFIG_WL_SECTOR_SIZE #define FF_MIN_SS MIN(FF_SS_SDCARD, FF_SS_WL) #define FF_MAX_SS MAX(FF_SS_SDCARD, FF_SS_WL) /* This set of options configures the range of sector size to be supported. (512, / 1024, 2048 or 4096) Always set both 512 for most systems, generic memory card and / harddisk, but a larger value may be required for on-board flash memory and some / type of optical media. When FF_MAX_SS is larger than FF_MIN_SS, FatFs is configured / for variable sector size mode and disk_ioctl() function needs to implement / GET_SECTOR_SIZE command. */ #define FF_LBA64 0 /* This option switches support for 64-bit LBA. (0:Disable or 1:Enable) / To enable the 64-bit LBA, also exFAT needs to be enabled. (FF_FS_EXFAT == 1) */ #define FF_MIN_GPT 0x10000000 /* Minimum number of sectors to switch GPT as partitioning format in f_mkfs and / f_fdisk function.
79
0x100000000 max. This option has no effect when FF_LBA64 == 0. */ #define FF_USE_TRIM 1 /* This option switches support for ATA-TRIM. (0:Disable or 1:Enable) / To enable Trim function, also CTRL_TRIM command should be implemented to the / disk_ioctl() function. */ /*/ / System Configurations /*/ #define FF_FS_TINY (!CONFIG_FATFS_PER_FILE_CACHE) /* This option switches tiny buffer configuration. (0:Normal or 1:Tiny) / At the tiny configuration, size of file object (FIL) is shrinked FF_MAX_SS bytes. / Instead of private sector buffer eliminated from the file object, common sector / buffer in the filesystem object (FATFS) is used for the file data transfer. */ #define FF_FS_EXFAT 0 /* This option switches support for exFAT filesystem. (0:Disable or 1:Enable) / To enable exFAT, also LFN needs to be enabled. (FF_USE_LFN >= 1) / Note that enabling exFAT discards ANSI C (C89) compatibility. */ #define FF_FS_NORTC 0 #define FF_NORTC_MON 1 #define FF_NORTC_MDAY 1 #define FF_NORTC_YEAR 2022 /* The option FF_FS_NORTC switches timestamp feature.
79
If the system does not have / an RTC or valid timestamp is not needed, set FF_FS_NORTC = 1 to disable the / timestamp feature. Every object modified by FatFs will have a fixed timestamp / defined by FF_NORTC_MON, FF_NORTC_MDAY and FF_NORTC_YEAR in local time. / To enable timestamp function (FF_FS_NORTC = 0), get_fattime() function need to be / added to the project to read current time form real-time clock. FF_NORTC_MON, / FF_NORTC_MDAY and FF_NORTC_YEAR have no effect. / These options have no effect in read-only configuration (FF_FS_READONLY = 1). */ #define FF_FS_NOFSINFO 0 /* If you need to know correct free space on the FAT32 volume, set bit 0 of this / option, and f_getfree() function at the first time after volume mount will force / a full FAT scan. Bit 1 controls the use of last allocated cluster number. / / bit0=0: Use free cluster count in the FSINFO if available. / bit0=1: Do not trust free cluster count in the FSINFO. / bit1=0: Use last allocated cluster number in the FSINFO if available.
79
/ bit1=1: Do not trust last allocated cluster number in the FSINFO. */ #define FF_FS_LOCK CONFIG_FATFS_FS_LOCK /* The option FF_FS_LOCK switches file lock function to control duplicated file open / and illegal operation to open objects. This option must be 0 when FF_FS_READONLY / is 1. / / 0: Disable file lock function. To avoid volume corruption, application program / should avoid illegal open, remove and rename to the open objects. / >0: Enable file lock function. The value defines how many files/sub-directories / can be opened simultaneously under file lock control. Note that the file / lock control is independent of re-entrancy. */ #define FF_FS_REENTRANT 1 #define FF_FS_TIMEOUT (CONFIG_FATFS_TIMEOUT_MS / portTICK_PERIOD_MS) /* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs / module itself. Note that regardless of this option, file access to different / volume is always re-entrant and volume control functions, f_mount(), f_mkfs() / and f_fdisk() function, are always not re-entrant.
79
Only file/directory access / to the same volume is under control of this featuer. / / 0: Disable re-entrancy. FF_FS_TIMEOUT have no effect. / 1: Enable re-entrancy. Also user provided synchronization handlers, / ff_mutex_create(), ff_mutex_delete(), ff_mutex_take() and ff_mutex_give() / function, must be added to the project. Samples are available in ffsystem.c. / / The FF_FS_TIMEOUT defines timeout period in unit of O/S time tick. */ #include #include "freertos/FreeRTOS.h" #include "freertos/semphr.h" /* Some memory allocation functions are declared here in addition to ff.h, so that they can be used also by external code when LFN feature is disabled. */ void* ff_memalloc (unsigned msize); void ff_memfree(void*); /*--- End of configuration options ---*/ /* Redefine names of disk IO functions to prevent name collisions */ #define disk_initialize ff_disk_initialize #define disk_status ff_disk_status #define disk_read ff_disk_read #define disk_write ff_disk_write #define disk_ioctl ff_disk_ioctl
79
/* */ #pragma once #include #include #ifdef __XTENSA__ #include "xtensa/semihosting.h" #elif __riscv #include "riscv/semihosting.h" #else #error Unsupported architecture #endif #ifdef __cplusplus extern "C" { #endif /** */ #define SEMIHOSTING_SYS_OPEN 0x01 #define SEMIHOSTING_SYS_CLOSE 0x02 #define SEMIHOSTING_SYS_WRITEC 0x03 #define SEMIHOSTING_SYS_WRITE0 0x04 #define SEMIHOSTING_SYS_WRITE 0x05 #define SEMIHOSTING_SYS_READ 0x06 #define SEMIHOSTING_SYS_READC 0x07 #define SEMIHOSTING_SYS_ISERROR 0x08 #define SEMIHOSTING_SYS_ISTTY 0x09 #define SEMIHOSTING_SYS_SEEK 0x0A #define SEMIHOSTING_SYS_FLEN 0x0C #define SEMIHOSTING_SYS_REMOVE 0x0E #define SEMIHOSTING_SYS_RENAME 0x0F #define SEMIHOSTING_SYS_CLOCK 0x10 #define SEMIHOSTING_SYS_TIME 0x11 #define SEMIHOSTING_SYS_SYSTEM 0x12 #define SEMIHOSTING_SYS_ERRNO 0x13 #define SEMIHOSTING_SYS_GET_CMDLINE 0x15 #define SEMIHOSTING_SYS_HEAPINFO 0x16 #define SEMIHOSTING_SYS_EXIT 0x18 #define SEMIHOSTING_SYS_EXIT_EXTENDED 0x20 /* This call is an Espressif OpenOCD extension to send the version */ #define ESP_SEMIHOSTING_SYS_DRV_INFO 0x100 /* 0x101.
80
..0x104 used by RiscV for custom semihosting calls */ /* Other Espressif extension sys calls */ #define ESP_SEMIHOSTING_SYS_SEEK 0x105 /* custom lseek with whence */ /* not implemented yet */ #define ESP_SEMIHOSTING_SYS_MKDIR 0x106 #define ESP_SEMIHOSTING_SYS_OPENDIR 0x107 #define ESP_SEMIHOSTING_SYS_READDIR 0x108 #define ESP_SEMIHOSTING_SYS_READDIR_R 0x109 #define ESP_SEMIHOSTING_SYS_SEEKDIR 0x10A #define ESP_SEMIHOSTING_SYS_TELLDIR 0x10B #define ESP_SEMIHOSTING_SYS_CLOSEDIR 0x10C #define ESP_SEMIHOSTING_SYS_RMDIR 0x10D #define ESP_SEMIHOSTING_SYS_ACCESS 0x10E #define ESP_SEMIHOSTING_SYS_TRUNCATE 0x10F #define ESP_SEMIHOSTING_SYS_UTIME 0x110 #define ESP_SEMIHOSTING_SYS_FSTAT 0x111 #define ESP_SEMIHOSTING_SYS_STAT 0x112 #define ESP_SEMIHOSTING_SYS_FSYNC 0x113 #define ESP_SEMIHOSTING_SYS_LINK 0x114 #define ESP_SEMIHOSTING_SYS_UNLINK 0x115 /* Semihosting version bumped to 2.
80
Changelog; 1 - Memory based approach with 2 registers implemented as defined in the ARM standard. 2 - User defined syscall numbers located between 0x100-0x1FF 3 - The break instruction operands updated to (1, 14) 4 - Absolute path support is dropped */ #define SEMIHOSTING_DRV_VERSION 2 /** */ static inline long semihosting_call(long id, long *data, int *out_errno) { long ret = semihosting_call_noerrno(id, data); if (ret actime, times->modtime}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_UTIME, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_stat(const char *host_path, struct stat *restrict statbuf) { int host_errno = 0; long args[] = {(long)host_path, strlen(host_path), (long)statbuf, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_STAT, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_rename(const char *old_path, const char *new_path) { int host_errno = 0; long args[] = {(long)old_path, strlen(old_path), (long)new_path, strlen(new_path)}; int ret = (int)semihosting_call(SEMIHOSTING_SYS_RENAME, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_link(const char *path1, const char *path2) { int host_errno = 0; long args[] = {(long)path1, strlen(path1), (long)path2, strlen(path2)}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_LINK, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_unlink(const char *path) { int host_errno = 0; long args[] = {(long)path, strlen(path), 0, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_UNLINK, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_opendir(const char *path, long offset) { int host_errno = 0; long args[] = {(long)path, strlen(path), offset, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_OPENDIR, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_readdir(long struct_dirent_ptr, long offset) { int host_errno = 0; long args[] = {struct_dirent_ptr, offset, 0, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_READDIR, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_closedir(long id) { int host_errno = 0; long args[] = {id, 0, 0, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_CLOSEDIR, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline long semihosting_telldir(long id) { int host_errno = 0; long args[] = {id, 0, 0, 0}; long ret = semihosting_call(ESP_SEMIHOSTING_SYS_TELLDIR, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } static inline int semihosting_seekdir(long id, long offset) { int host_errno = 0; long args[] = {id, offset, 0, 0}; int ret = (int)semihosting_call(ESP_SEMIHOSTING_SYS_SEEKDIR, args, &host_errno); if (ret < 0) { errno = host_errno; } return ret; } #endif #ifdef __cplusplus } #endif
80
/* */ #include "sdkconfig.h" #include "esp_vfs.h" #include "esp_vfs_common.h" #ifdef __cplusplus extern "C" { #endif #if CONFIG_VFS_SELECT_IN_RAM #define VFS_MALLOC_FLAGS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT) #else #define VFS_MALLOC_FLAGS MALLOC_CAP_DEFAULT #endif typedef struct vfs_entry_ { esp_vfs_t vfs; // contains pointers to VFS functions char path_prefix[ESP_VFS_PATH_MAX]; // path prefix mapped to this VFS size_t path_prefix_len; // micro-optimization to avoid doing extra strlen void* ctx; // optional pointer which can be passed to VFS int offset; // index of this structure in s_vfs array } vfs_entry_t; /** */ const esp_vfs_t *esp_vfs_cdcacm_get_vfs(void); /** */ const esp_vfs_t *esp_vfs_usb_serial_jtag_get_vfs(void); /** */ esp_err_t esp_vfs_register_common(const char *base_path, size_t len, const esp_vfs_t* vfs, void* ctx, int *vfs_index); /** */ const vfs_entry_t *get_vfs_for_path(const char *path); /** */ const vfs_entry_t *get_vfs_for_index(int index); #ifdef __cplusplus } #endif
81
/* */ #pragma once #include "esp_vfs.h" #include "esp_vfs_common.h" #ifdef __cplusplus extern "C" { #endif void esp_vfs_dev_uart_register(void) __attribute__((deprecated("Please use uart_vfs_dev_register() instead"))); void esp_vfs_dev_uart_use_nonblocking(int uart_num) __attribute__((deprecated("Please use uart_vfs_dev_use_nonblocking() instead"))); void esp_vfs_dev_uart_use_driver(int uart_num) __attribute__((deprecated("Please use uart_vfs_dev_use_driver() instead"))); int esp_vfs_dev_uart_port_set_rx_line_endings(int uart_num, esp_line_endings_t mode) __attribute__((deprecated("Please use uart_vfs_dev_port_set_rx_line_endings() instead"))); int esp_vfs_dev_uart_port_set_tx_line_endings(int uart_num, esp_line_endings_t mode) __attribute__((deprecated("Please use uart_vfs_dev_port_set_tx_line_endings() instead"))); /** */ void esp_vfs_dev_uart_set_rx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use uart_vfs_dev_port_set_rx_line_endings() instead"))); /** */ void esp_vfs_dev_uart_set_tx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use uart_vfs_dev_port_set_tx_line_endings() instead"))); /** */ void esp_vfs_usb_serial_jtag_use_driver(void) __attribute__((deprecated("Please use usb_serial_jtag_vfs_use_driver() instead"))); /** */ void esp_vfs_usb_serial_jtag_use_nonblocking(void) __attribute__((deprecated("Please use usb_serial_jtag_vfs_use_nonblocking() instead"))); #ifdef __cplusplus } #endif
82
/* */ #pragma once #include "esp_vfs.h" #ifdef __cplusplus extern "C" { #endif /** */ esp_err_t esp_vfs_semihost_register(const char* base_path); /** */ esp_err_t esp_vfs_semihost_unregister(const char* base_path); #ifdef __cplusplus } #endif
83
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #pragma once #ifdef __cplusplus extern "C" { #endif /** */ typedef enum { ESP_LINE_ENDINGS_CRLF,//!< CR + LF ESP_LINE_ENDINGS_CR, //!< CR ESP_LINE_ENDINGS_LF, //!< LF } esp_line_endings_t; #ifdef __cplusplus } #endif
84
/* */ #pragma once #include "esp_err.h" #include "esp_vfs.h" #include "esp_vfs_common.h" #ifdef __cplusplus extern "C" { #endif /** */ esp_err_t esp_vfs_dev_cdcacm_register(void); /** */ void esp_vfs_dev_cdcacm_set_rx_line_endings(esp_line_endings_t mode); /** */ void esp_vfs_dev_cdcacm_set_tx_line_endings(esp_line_endings_t mode); #ifdef __cplusplus } #endif
85
/* */ #pragma once #include "esp_err.h" #ifdef __cplusplus extern "C" { #endif #define ESP_VFS_DEV_CONSOLE "/dev/console" /** */ esp_err_t esp_vfs_console_register(void); #ifdef __cplusplus } #endif
86
/* */ #pragma once #include "esp_err.h" #include "esp_vfs.h" #include "esp_vfs_common.h" #ifdef __cplusplus extern "C" { #endif esp_err_t esp_vfs_dev_usb_serial_jtag_register(void) __attribute__((deprecated("Please use usb_serial_jtag_vfs_register instead"))); void esp_vfs_dev_usb_serial_jtag_set_rx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use usb_serial_jtag_vfs_set_rx_line_endings instead"))); void esp_vfs_dev_usb_serial_jtag_set_tx_line_endings(esp_line_endings_t mode) __attribute__((deprecated("Please use usb_serial_jtag_vfs_set_tx_line_endings instead"))); #ifdef __cplusplus } #endif
87
/* */ #ifndef __ESP_VFS_H__ #define __ESP_VFS_H__ #include #include #include #include #include #include "freertos/FreeRTOS.h" #include "freertos/semphr.h" #include "esp_err.h" #include #include #include #include #include #include #include #include #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif #ifndef _SYS_TYPES_FD_SET #error "VFS should be used with FD_SETSIZE and FD_SET from sys/types.h" #endif /** */ #define MAX_FDS FD_SETSIZE /* for compatibility with fd_set and select() */ /** */ #define ESP_VFS_PATH_MAX 15 /** */ #define ESP_VFS_FLAG_DEFAULT (1 flags has ESP_VFS_FLAG_CONTEXT_PTR set, a pointer */ esp_err_t esp_vfs_register(const char* base_path, const esp_vfs_t* vfs, void* ctx); /** */ esp_err_t esp_vfs_register_fd_range(const esp_vfs_t *vfs, void *ctx, int min_fd, int max_fd); /** */ esp_err_t esp_vfs_register_with_id(const esp_vfs_t *vfs, void *ctx, esp_vfs_id_t *vfs_id); /** */ esp_err_t esp_vfs_unregister(const char* base_path); /** */ esp_err_t esp_vfs_unregister_with_id(esp_vfs_id_t vfs_id); /** */ esp_err_t esp_vfs_register_fd(esp_vfs_id_t vfs_id, int *fd); /** */ esp_err_t esp_vfs_register_fd_with_local_fd(esp_vfs_id_t vfs_id, int local_fd, bool permanent, int *fd); /** */ esp_err_t esp_vfs_unregister_fd(esp_vfs_id_t vfs_id, int fd); /** */ /**@{*/ ssize_t esp_vfs_write(struct _reent *r, int fd, const void * data, size_t size); off_t esp_vfs_lseek(struct _reent *r, int fd, off_t size, int mode); ssize_t esp_vfs_read(struct _reent *r, int fd, void * dst, size_t size); int esp_vfs_open(struct _reent *r, const char * path, int flags, int mode); int esp_vfs_close(struct _reent *r, int fd); int esp_vfs_fstat(struct _reent *r, int fd, struct stat * st); int esp_vfs_stat(struct _reent *r, const char * path, struct stat * st); int esp_vfs_link(struct _reent *r, const char* n1, const char* n2); int esp_vfs_unlink(struct _reent *r, const char *path); int esp_vfs_rename(struct _reent *r, const char *src, const char *dst); int esp_vfs_utime(const char *path, const struct utimbuf *times); /**@}*/ /** */ int esp_vfs_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout); /** */ void esp_vfs_select_triggered(esp_vfs_select_sem_t sem); /** */ void esp_vfs_select_triggered_isr(esp_vfs_select_sem_t sem, BaseType_t *woken); /** */ ssize_t esp_vfs_pread(int fd, void *dst, size_t size, off_t offset); /** */ ssize_t esp_vfs_pwrite(int fd, const void *src, size_t size, off_t offset); #ifdef __cplusplus } // extern "C" #endif #endif //__ESP_VFS_H__
88
// Copyright 2021 Espressif Systems (Shanghai) CO LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License #pragma once #include #include #include "esp_err.h" #define EFD_SUPPORT_ISR (1 << 4) #ifdef __cplusplus extern "C" { #endif /** */ typedef struct { size_t max_fds; /*!< The maxinum number of eventfds supported */ } esp_vfs_eventfd_config_t; #define ESP_VFS_EVENTD_CONFIG_DEFAULT() (esp_vfs_eventfd_config_t) { \ .max_fds = 5, \ }; /** */ esp_err_t esp_vfs_eventfd_register(const esp_vfs_eventfd_config_t *config); /** */ esp_err_t esp_vfs_eventfd_unregister(void); /* */ int eventfd(unsigned int initval, int flags); #ifdef __cplusplus } #endif
89
/* */ #pragma once #include "sdkconfig.h" #include "esp_vfs.h" #ifdef __cplusplus extern "C" { #endif #if CONFIG_VFS_SUPPORT_IO /** */ void esp_vfs_set_primary_dev_vfs_def_struct(const esp_vfs_t *vfs); #if CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG /** */ void esp_vfs_set_secondary_dev_vfs_def_struct(const esp_vfs_t *vfs); #endif //CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG #endif // CONFIG_VFS_SUPPORT_IO #ifdef __cplusplus } #endif
90
/* */ #ifndef _xtensa_perfmon_masks_H_ #define _xtensa_perfmon_masks_H_ #include #include "xtensa/xt_perf_consts.h" #ifdef __cplusplus extern "C" { #endif /** */ typedef struct xtensa_perfmon_select { int select; /*!< Selected counter */ const char *description; /*!< Description for selected counter */ } xtensa_perfmon_select_t; /** */ typedef struct xtensa_perfmon_masks { int select; /*!< Selected counter */ int mask; /*!< Selected mask for counter */ const char *description; /*!< Description for selected mask */ } xtensa_perfmon_masks_t; // Maximum amount of performance counter events #define MAX_PERFMON_EVENTS 119 /** */ extern const xtensa_perfmon_select_t xtensa_perfmon_select_table[]; /** */ extern const xtensa_perfmon_masks_t xtensa_perfmon_masks_table[]; /** */ extern const uint32_t xtensa_perfmon_select_mask_all[MAX_PERFMON_EVENTS * 2]; #ifdef __cplusplus } #endif #endif // _xtensa_perfmon_masks_H_
91
/* */ #ifndef _PERF_MON_ACCESS_H_ #define _PERF_MON_ACCESS_H_ #include #include #include "esp_err.h" #include "esp_log.h" #ifdef __cplusplus extern "C" { #endif /**@{*/ /** */ esp_err_t xtensa_perfmon_init(int id, uint16_t select, uint16_t mask, int kernelcnt, int tracelevel); /**@}*/ /**@{*/ /** */ esp_err_t xtensa_perfmon_reset(int id); /**@}*/ /**@{*/ /** */ void xtensa_perfmon_start(void); /**@}*/ /**@{*/ /** */ void xtensa_perfmon_stop(void); /**@}*/ /**@{*/ /** */ uint32_t xtensa_perfmon_value(int id); /**@}*/ /**@{*/ /** */ esp_err_t xtensa_perfmon_overflow(int id); /**@}*/ /**@{*/ /** void xtensa_perfmon_dump(void); /**@}*/ #ifdef __cplusplus } #endif #endif // _PERF_MON_ACCESS_H_
92
/* */ #ifndef _xtensa_perfmon_apis_H_ #define _xtensa_perfmon_apis_H_ #include "xtensa_perfmon_access.h" #include "xtensa_perfmon_masks.h" #ifdef __cplusplus extern "C" { #endif /** */ typedef struct xtensa_perfmon_config { int repeat_count; /*!=0, then the perfmon will count only when interrupt level > tracelevel. It's useful to monitor interrupts. */ uint32_t counters_size;/*!< amount of counter in the list */ const uint32_t *select_mask; /*!< list of the select/mask parameters */ } xtensa_perfmon_config_t; /** */ esp_err_t xtensa_perfmon_exec(const xtensa_perfmon_config_t *config); /** void xtensa_perfmon_view_cb(void *params, uint32_t select, uint32_t mask, uint32_t value); #ifdef __cplusplus } #endif #endif // _xtensa_perfmon_apis_H_
93
/* */ #ifndef _PERF_MON_H_ #define _PERF_MON_H_ #include #include #include "esp_err.h" #include "esp_log.h" #include "xtensa_perfmon_access.h" #include "xtensa_perfmon_masks.h" #include "xtensa_perfmon_apis.h" #include "xtensa/xt_perf_consts.h" #endif // _PERF_MON_H_
94
/* */ #pragma once #include #include #include #include "sdkconfig.h" #include "soc/soc_caps.h" #include "hal/cache_types.h" #include "hal/mmu_types.h" #ifdef __cplusplus extern "C" { #endif typedef struct { uint32_t start; //laddr start uint32_t end; //laddr end size_t size; //region size cache_bus_mask_t bus_id; //bus_id mask, for accessible cache buses mmu_target_t targets; //region supported physical targets uint32_t caps; //vaddr capabilities } mmu_mem_region_t; //These regions is referring to linear address extern const mmu_mem_region_t g_mmu_mem_regions[SOC_MMU_LINEAR_ADDRESS_REGION_NUM]; #ifdef __cplusplus } #endif
95
/* */ #pragma once #include #include #include "esp_err.h" #include "esp_bit_defs.h" #ifdef __cplusplus extern "C" { #endif /** */ /** */ #define ESP_CACHE_MSYNC_FLAG_INVALIDATE BIT(0) /** */ #define ESP_CACHE_MSYNC_FLAG_UNALIGNED BIT(1) /** */ #define ESP_CACHE_MSYNC_FLAG_DIR_C2M BIT(2) /** */ #define ESP_CACHE_MSYNC_FLAG_DIR_M2C BIT(3) /** */ #define ESP_CACHE_MSYNC_FLAG_TYPE_DATA BIT(4) /** */ #define ESP_CACHE_MSYNC_FLAG_TYPE_INST BIT(5) /** */ esp_err_t esp_cache_msync(void *addr, size_t size, int flags); #ifdef __cplusplus } #endif
96
/* */ #pragma once #include #include #include "esp_err.h" #include "esp_bit_defs.h" #include "hal/mmu_types.h" #ifdef __cplusplus extern "C" { #endif /** */ /** */ /** */ #define ESP_MMU_MMAP_FLAG_PADDR_SHARED BIT(0) /** */ typedef uint32_t esp_paddr_t; /** esp_err_t esp_mmu_map(esp_paddr_t paddr_start, size_t size, mmu_target_t target, mmu_mem_caps_t caps, int flags, void **out_ptr); /** */ esp_err_t esp_mmu_unmap(void *ptr); /** */ esp_err_t esp_mmu_map_get_max_consecutive_free_block_size(mmu_mem_caps_t caps, mmu_target_t target, size_t *out_len); /** */ esp_err_t esp_mmu_map_dump_mapped_blocks(FILE* stream); /** */ esp_err_t esp_mmu_vaddr_to_paddr(void *vaddr, esp_paddr_t *out_paddr, mmu_target_t *out_target); /** */ esp_err_t esp_mmu_paddr_to_vaddr(esp_paddr_t paddr, mmu_target_t target, mmu_vaddr_t type, void **out_vaddr); /** */ esp_err_t esp_mmu_paddr_find_caps(const esp_paddr_t paddr, mmu_mem_caps_t *out_caps); #ifdef __cplusplus } #endif
97
/* */ #pragma once #include #include #include "esp_err.h" #ifdef __cplusplus extern "C" { #endif /** */ typedef struct cache_driver_s cache_driver_t; /** */ struct cache_driver_s { /** */ void (*cache_flush)(int cpu_no); /** */ void (*cache_writeback_psram)(void); }; /** */ void cache_register_writeback(cache_driver_t *func); /** */ void cache_sync(void); #ifdef __cplusplus } #endif
98
/* */ #pragma once #include #include #include "esp_err.h" #include "hal/mmu_types.h" #ifdef __cplusplus extern "C" { #endif /** */ /** */ void esp_mmu_map_init(void); /** */ esp_err_t esp_mmu_map_reserve_block_with_caps(size_t size, mmu_mem_caps_t caps, mmu_target_t target, const void **out_ptr); /* */ esp_err_t esp_mmu_map_dump_mapped_blocks_private(void); #ifdef __cplusplus } #endif
99
/* */ #pragma once #include #include #include "esp_err.h" #include "esp_bit_defs.h" #ifdef __cplusplus extern "C" { #endif /** */ /** */ #define ESP_CACHE_MALLOC_FLAG_PSRAM BIT(0) /** */ #define ESP_CACHE_MALLOC_FLAG_DMA BIT(1) /** */ esp_err_t esp_cache_aligned_malloc(size_t size, uint32_t flags, void **out_ptr, size_t *actual_size); /** */ esp_err_t esp_cache_aligned_calloc(size_t n, size_t size, uint32_t flags, void **out_ptr, size_t *actual_size); /** */ esp_err_t esp_cache_get_alignment(uint32_t flags, size_t *out_alignment); #ifdef __cplusplus } #endif
100
/* */ #pragma once #include #include "esp_err.h" #include "esp_log.h" #ifdef __cplusplus extern "C" { #endif /** */ esp_err_t test_set_buffer_dirty(intptr_t vaddr_start, size_t size); #ifdef __cplusplus } #endif
101
/* */ #pragma once #include #include #include #include "esp_err.h" #include "esp_assert.h" #include "esp_attr.h" #ifdef __cplusplus extern "C" { #endif #define ESP_APP_DESC_MAGIC_WORD (0xABCD5432) /*!< The magic word for the esp_app_desc structure that is in DROM. */ /** */ typedef struct { uint32_t magic_word; /*!< Magic word ESP_APP_DESC_MAGIC_WORD */ uint32_t secure_version; /*!< Secure version */ uint32_t reserv1[2]; /*!< reserv1 */ char version[32]; /*!< Application version */ char project_name[32]; /*!< Project name */ char time[16]; /*!< Compile time */ char date[16]; /*!< Compile date*/ char idf_ver[32]; /*!< Version IDF */ uint8_t app_elf_sha256[32]; /*!< sha256 of elf file */ uint32_t reserv2[20]; /*!< reserv2 */ } esp_app_desc_t; /** @cond */ ESP_STATIC_ASSERT(sizeof(esp_app_desc_t) == 256, "esp_app_desc_t should be 256 bytes"); ESP_STATIC_ASSERT(offsetof(esp_app_desc_t, secure_version) == 4, "secure_version field must be at 4 offset"); /** @endcond */ /** */ const esp_app_desc_t *esp_app_get_description(void); /** */ int esp_app_get_elf_sha256(char* dst, size_t size); /** @cond */ extern char app_elf_sha256_str[]; /** @endcond */ /** */ FORCE_INLINE_ATTR char *esp_app_get_elf_sha256_str(void) { return app_elf_sha256_str; } #ifdef __cplusplus } #endif
102
/* */ /* File adapted to use on IDF FreeRTOS component, extracted */ #ifndef __XT_ASM_UTILS_H #define __XT_ASM_UTILS_H /* */ .macro SPILL_ALL_WINDOWS #if XCHAL_NUM_AREGS == 64 and a12, a12, a12 rotw 3 and a12, a12, a12 rotw 3 and a12, a12, a12 rotw 3 and a12, a12, a12 rotw 3 and a12, a12, a12 rotw 4 #elif XCHAL_NUM_AREGS == 32 and a12, a12, a12 rotw 3 and a12, a12, a12 rotw 3 and a4, a4, a4 rotw 2 #else #error Unrecognized XCHAL_NUM_AREGS #endif .endm /* Macro spinlock_take This macro will repeatedley attempt to atomically set a spinlock variable using the s32c1i instruciton. A spinlock is considered free if its value is 0. Entry: - "reg_A/B" as scratch registers - "lock_var" spinlock variable's symbol - Interrupts must already be disabled by caller Exit: - Spinlock set to current core's ID (PRID) - "reg_A/B" clobbered */ #if portNUM_PROCESSORS > 1 .macro spinlock_take reg_A reg_B lock_var movi \reg_A, \lock_var /* reg_A = &lock_var */ .
103
L_spinlock_loop: movi \reg_B, 0 /* Load spinlock free value (0) into SCOMPARE1 */ wsr \reg_B, SCOMPARE1 rsync /* Ensure that SCOMPARE1 is set before s32c1i executes */ rsr \reg_B, PRID /* Load the current core's ID into reg_B */ s32c1i \reg_B, \reg_A, 0 /* Attempt *lock_var = reg_B */ bnez \reg_B, .L_spinlock_loop /* If the write was successful (i.e., lock was free), 0 will have been written back to reg_B */ .endm #endif /* portNUM_PROCESSORS > 1 */ /* Macro spinlock_release This macro will release a spinlock variable previously taken by the spinlock_take macro. Entry: - "reg_A/B" as scratch registers - "lock_var" spinlock variable's symbol - Interrupts must already be disabled by caller Exit: - "reg_A/B" clobbered */ #if portNUM_PROCESSORS > 1 .macro spinlock_release reg_A reg_B lock_var movi \reg_A, \lock_var /* reg_A = &lock_var */ movi \reg_B, 0 s32i \reg_B, \reg_A, 0 /* Release the spinlock (*reg_A = 0) */ .
103
endm #endif /* portNUM_PROCESSORS > 1 */ #endif /* __XT_ASM_UTILS_H */
103
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #pragma once #include #include "eri.h" #include "xtensa-debug-module.h" // Low-level Xtensa TRAX utils /** */ void xt_trax_start_trace_instructions(void); /** */ void xt_trax_start_trace_words(void); /** */ bool xt_trax_trace_is_active(void); /** */ void xt_trax_trigger_traceend_after_delay(int delay);
104
/* */ /* */ /* */ #ifndef XTENSA_CONTEXT_H #define XTENSA_CONTEXT_H #ifdef __ASSEMBLER__ #include #endif #include #include #include #include /* Align a value up to nearest n-byte boundary, where n is a power of 2. */ #define ALIGNUP(n, val) (((val) + (n)-1) & -(n)) /* */ /* We need to undef due to redefinition from xtruntime.h [refactor-todo] Prevent xtruntime.h from being included in IDF */ #ifdef STRUCT_BEGIN #undef STRUCT_BEGIN #undef STRUCT_FIELD #undef STRUCT_AFIELD #undef STRUCT_END #endif #if defined(_ASMLANGUAGE) || defined(__ASSEMBLER__) #ifdef __clang__ #define STRUCT_BEGIN .set XT_STRUCT_OFFSET, 0 #define STRUCT_FIELD(ctype,size,asname,name) .set asname, XT_STRUCT_OFFSET; .set XT_STRUCT_OFFSET, asname + size #define STRUCT_AFIELD(ctype,size,asname,name,n) .set asname, XT_STRUCT_OFFSET;\ .set XT_STRUCT_OFFSET, asname + (size)*(n); #define STRUCT_END(sname) .
105
set sname##Size, XT_STRUCT_OFFSET; #else // __clang__ #define STRUCT_BEGIN .pushsection .text; .struct 0 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) #define STRUCT_END(sname) sname##Size:; .popsection #endif // __clang__ #else #define STRUCT_BEGIN typedef struct { #define STRUCT_FIELD(ctype,size,asname,name) ctype name; #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; #define STRUCT_END(sname) } sname; #endif //_ASMLANGUAGE || __ASSEMBLER__ /* INTERRUPT/EXCEPTION STACK FRAME FOR A THREAD OR NESTED INTERRUPT A stack frame of this structure is allocated for any interrupt or exception. It goes on the current stack. If the RTOS has a system stack for handling interrupts, every thread stack must allow space for just one interrupt stack frame, then nested interrupt stack frames go on the system stack. The frame includes basic registers (explicit) and "extra" registers introduced by user TIE or the use of the MAC16 option in the user's Xtensa config.
105
The frame size is minimized by omitting regs not applicable to user's config. For Windowed ABI, this stack frame includes the interruptee's base save area, another base save area to manage gcc nested functions, and a little temporary space to help manage the spilling of the register windows. */ STRUCT_BEGIN STRUCT_FIELD (long, 4, XT_STK_EXIT, exit) /* exit point for dispatch */ STRUCT_FIELD (long, 4, XT_STK_PC, pc) /* return PC */ STRUCT_FIELD (long, 4, XT_STK_PS, ps) /* return PS */ STRUCT_FIELD (long, 4, XT_STK_A0, a0) STRUCT_FIELD (long, 4, XT_STK_A1, a1) /* stack pointer before interrupt */ STRUCT_FIELD (long, 4, XT_STK_A2, a2) STRUCT_FIELD (long, 4, XT_STK_A3, a3) STRUCT_FIELD (long, 4, XT_STK_A4, a4) STRUCT_FIELD (long, 4, XT_STK_A5, a5) STRUCT_FIELD (long, 4, XT_STK_A6, a6) STRUCT_FIELD (long, 4, XT_STK_A7, a7) STRUCT_FIELD (long, 4, XT_STK_A8, a8) STRUCT_FIELD (long, 4, XT_STK_A9, a9) STRUCT_FIELD (long, 4, XT_STK_A10, a10) STRUCT_FIELD (long, 4, XT_STK_A11, a11) STRUCT_FIELD (long, 4, XT_STK_A12, a12) STRUCT_FIELD (long, 4, XT_STK_A13, a13) STRUCT_FIELD (long, 4, XT_STK_A14, a14) STRUCT_FIELD (long, 4, XT_STK_A15, a15) STRUCT_FIELD (long, 4, XT_STK_SAR, sar) STRUCT_FIELD (long, 4, XT_STK_EXCCAUSE, exccause) STRUCT_FIELD (long, 4, XT_STK_EXCVADDR, excvaddr) #if XCHAL_HAVE_LOOPS STRUCT_FIELD (long, 4, XT_STK_LBEG, lbeg) STRUCT_FIELD (long, 4, XT_STK_LEND, lend) STRUCT_FIELD (long, 4, XT_STK_LCOUNT, lcount) #endif #ifndef __XTENSA_CALL0_ABI__ /* Temporary space for saving stuff during window spill */ STRUCT_FIELD (long, 4, XT_STK_TMP0, tmp0) STRUCT_FIELD (long, 4, XT_STK_TMP1, tmp1) STRUCT_FIELD (long, 4, XT_STK_TMP2, tmp2) #endif #ifdef XT_USE_SWPRI /* Storage for virtual priority mask */ STRUCT_FIELD (long, 4, XT_STK_VPRI, vpri) #endif #ifdef XT_USE_OVLY /* Storage for overlay state */ STRUCT_FIELD (long, 4, XT_STK_OVLY, ovly) #endif STRUCT_END(XtExcFrame) #if defined(_ASMLANGUAGE) || defined(__ASSEMBLER__) #define XT_STK_NEXT1 XtExcFrameSize #else #define XT_STK_NEXT1 sizeof(XtExcFrame) #endif /* Allocate extra storage if needed */ #if XCHAL_EXTRA_SA_SIZE !
105
= 0 #if XCHAL_EXTRA_SA_ALIGN 0 /* Offsets of each coprocessor save area within the 'aligned save area': */ #define XT_CP0_SA 0 #define XT_CP1_SA ALIGNUP(XCHAL_CP1_SA_ALIGN, XT_CP0_SA + XCHAL_CP0_SA_SIZE) #define XT_CP2_SA ALIGNUP(XCHAL_CP2_SA_ALIGN, XT_CP1_SA + XCHAL_CP1_SA_SIZE) #define XT_CP3_SA ALIGNUP(XCHAL_CP3_SA_ALIGN, XT_CP2_SA + XCHAL_CP2_SA_SIZE) #define XT_CP4_SA ALIGNUP(XCHAL_CP4_SA_ALIGN, XT_CP3_SA + XCHAL_CP3_SA_SIZE) #define XT_CP5_SA ALIGNUP(XCHAL_CP5_SA_ALIGN, XT_CP4_SA + XCHAL_CP4_SA_SIZE) #define XT_CP6_SA ALIGNUP(XCHAL_CP6_SA_ALIGN, XT_CP5_SA + XCHAL_CP5_SA_SIZE) #define XT_CP7_SA ALIGNUP(XCHAL_CP7_SA_ALIGN, XT_CP6_SA + XCHAL_CP6_SA_SIZE) #define XT_CP_SA_SIZE ALIGNUP(16, XT_CP7_SA + XCHAL_CP7_SA_SIZE) /* Offsets within the overall save area: */ #define XT_CPENABLE 0 /* (2 bytes) coprocessors active for this thread */ #define XT_CPSTORED 2 /* (2 bytes) coprocessors saved for this thread */ #define XT_CP_CS_ST 4 /* (2 bytes) coprocessor callee-saved regs stored for this thread */ #define XT_CP_ASA 8 /* (4 bytes) ptr to aligned save area */ /* Overall size allows for dynamic alignment: */ #define XT_CP_SIZE (12 + XT_CP_SA_SIZE + XCHAL_TOTAL_SA_ALIGN) #else #define XT_CP_SIZE 0 #endif /* Macro to get the current core ID.
105
Only uses the reg given as an argument. Reading PRID on the ESP32 gives us 0xCDCD on the PRO processor (0) and 0xABAB on the APP CPU (1). We can distinguish between the two by checking bit 13: it's 1 on the APP and 0 on the PRO processor. */ #ifdef __ASSEMBLER__ .macro getcoreid reg rsr.prid \reg extui \reg,\reg,13,1 .endm #endif /* Note: These are different to xCoreID used in ESP-IDF FreeRTOS, most places use 0 and 1 which are determined by checking bit 13 (see previous comment) */ #define CORE_ID_REGVAL_PRO 0xCDCD #define CORE_ID_REGVAL_APP 0xABAB /* Included for compatibility, recommend using CORE_ID_REGVAL_PRO instead */ #define CORE_ID_PRO CORE_ID_REGVAL_PRO /* Included for compatibility, recommend using CORE_ID_REGVAL_APP instead */ #define CORE_ID_APP CORE_ID_REGVAL_APP /* MACROS TO HANDLE ABI SPECIFICS OF FUNCTION ENTRY AND RETURN Convenient where the frame size requirements are the same for both ABIs. ENTRY(sz), RET(sz) are for framed functions (have locals or make calls).
105
ENTRY0, RET0 are for frameless functions (no locals, no calls). where size = size of stack frame in bytes (must be >0 and aligned to 16). For framed functions the frame is created and the return address saved at base of frame (Call0 ABI) or as determined by hardware (Windowed ABI). For frameless functions, there is no frame and return address remains in a0. Note: Because CPP macros expand to a single line, macros requiring multi-line expansions are implemented as assembler macros. */ #ifdef __ASSEMBLER__ #ifdef __XTENSA_CALL0_ABI__ /* Call0 */ #define ENTRY(sz) entry1 sz .macro entry1 size=0x10 addi sp, sp, -\size s32i a0, sp, 0 .endm #define ENTRY0 #define RET(sz) ret1 sz .macro ret1 size=0x10 l32i a0, sp, 0 addi sp, sp, \size ret .endm #define RET0 ret #else /* Windowed */ #define ENTRY(sz) entry sp, sz #define ENTRY0 entry sp, 0x10 #define RET(sz) retw #define RET0 retw #endif #endif #endif /* XTENSA_CONTEXT_H */
105
/* */ / Copyright (c) 2006-2015 Cadence Design Systems Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
106
/ / Xtensa-specific API for RTOS ports. / #ifndef __XTENSA_API_H__ #define __XTENSA_API_H__ #include #include #include "xtensa_context.h" /* Typedef for C-callable interrupt handler function */ typedef void (*xt_handler)(void *); /* Typedef for C-callable exception handler function */ typedef void (*xt_exc_handler)(XtExcFrame *); /* Call this function to set a handler for the specified exception. The handler will be installed on the core that calls this function. n - Exception number (type) f - Handler function address, NULL to uninstall handler. The handler will be passed a pointer to the exception frame, which is created on the stack of the thread that caused the exception. If the handler returns, the thread context will be restored and the faulting instruction will be retried. Any values in the exception frame that are modified by the handler will be restored as part of the context. For details of the exception frame structure see xtensa_context.
106
h. */ extern xt_exc_handler xt_set_exception_handler(int n, xt_exc_handler f); /* Call this function to set a handler for the specified interrupt. The handler will be installed on the core that calls this function. n - Interrupt number. f - Handler function address, NULL to uninstall handler. arg - Argument to be passed to handler. */ extern xt_handler xt_set_interrupt_handler(int n, xt_handler f, void * arg); /* Call this function to enable the specified interrupts on the core that runs this code. mask - Bit mask of interrupts to be enabled. */ extern void xt_ints_on(unsigned int mask); /* Call this function to disable the specified interrupts on the core that runs this code. mask - Bit mask of interrupts to be disabled. */ extern void xt_ints_off(unsigned int mask); /* */ static inline void xt_set_intset(unsigned int arg) { xthal_set_intset(arg); } /* Call this function to clear the specified (s/w or edge-triggered) interrupt.
106
*/ static inline void xt_set_intclear(unsigned int arg) { xthal_set_intclear(arg); } /* Call this function to get handler's argument for the specified interrupt. n - Interrupt number. */ extern void * xt_get_interrupt_handler_arg(int n); /* Call this function to check if the specified interrupt is free to use. intr - Interrupt number. cpu - cpu number. */ bool xt_int_has_handler(int intr, int cpu); #endif /* __XTENSA_API_H__ */
106
/* */ /* */ /* */ #ifndef XTENSA_TIMER_H #define XTENSA_TIMER_H #ifdef __ASSEMBLER__ #include #endif #include #include #include "xtensa_rtos.h" /* in case this wasn't included directly */ /* Select timer to use for periodic tick, and determine its interrupt number and priority. User may specify a timer by defining XT_TIMER_INDEX with -D, in which case its validity is checked (it must exist in this core and must not be on a high priority interrupt - an error will be reported in invalid). Otherwise select the first low or medium priority interrupt timer available. */ #if XCHAL_NUM_TIMERS == 0 #error "This Xtensa configuration is unsupported, it has no timers." #else #ifndef XT_TIMER_INDEX #if XCHAL_TIMER3_INTERRUPT != XTHAL_TIMER_UNCONFIGURED #if XCHAL_INT_LEVEL(XCHAL_TIMER3_INTERRUPT) XCHAL_EXCM_LEVEL #error "The timer interrupt cannot be high priority (use medium or low)." #endif #endif /* XCHAL_NUM_TIMERS */ /* Set processor clock frequency, used to determine clock divisor for timer tick.
107
User should BE SURE TO ADJUST THIS for the Xtensa platform being used. If using a supported board via the board-independent API defined in xtbsp.h, this may be left undefined and frequency and tick divisor will be computed and cached during run-time initialization. NOTE ON SIMULATOR: Under the Xtensa instruction set simulator, the frequency can only be estimated because it depends on the speed of the host and the version of the simulator. Also because it runs much slower than hardware, it is not possible to achieve real-time performance for most applications under the simulator. A frequency too low does not allow enough time between timer interrupts, starving threads. To obtain a more convenient but non-real-time tick duration on the simulator, compile with xt-xcc option "-DXT_SIMULATOR". Adjust this frequency to taste (it's not real-time anyway!). */ #if defined(XT_SIMULATOR) && !defined(XT_CLOCK_FREQ) #define XT_CLOCK_FREQ configCPU_CLOCK_HZ #endif #if !defined(XT_CLOCK_FREQ) && !
107
defined(XT_BOARD) #error "XT_CLOCK_FREQ must be defined for the target platform." #endif /* Default number of timer "ticks" per second (default 100 for 10ms tick). RTOS may define this in its own way (if applicable) in xtensa_rtos.h. User may redefine this to an optimal value for the application, either by editing this here or in xtensa_rtos.h, or compiling with xt-xcc option "-DXT_TICK_PER_SEC=" where is a suitable number. */ #ifndef XT_TICK_PER_SEC #define XT_TICK_PER_SEC configTICK_RATE_HZ /* 10 ms tick = 100 ticks per second */ #endif /* Derivation of clock divisor for timer tick and interrupt (one per tick). */ #ifdef XT_CLOCK_FREQ #define XT_TICK_DIVISOR (XT_CLOCK_FREQ / XT_TICK_PER_SEC) #endif #ifndef __ASSEMBLER__ extern unsigned _xt_tick_divisor; extern void _xt_tick_divisor_init(void); #endif #endif /* XTENSA_TIMER_H */
107
/* */ #ifndef _ESP_CPU_UTILS_H #define _ESP_CPU_UTILS_H #ifdef __cplusplus extern "C" { #endif /** static inline uint32_t esp_cpu_process_stack_pc(uint32_t pc) { if (pc & 0x80000000) { //Top two bits of a0 (return address) specify window increment. Overwrite to map to address space. pc = (pc & 0x3fffffff) | 0x40000000; } //Minus 3 to get PC of previous instruction (i.e. instruction executed before return address) return pc - 3; } #ifdef __cplusplus } #endif #endif // _ESP_CPU_UTILS_H
108
/* */ #pragma once #include "xtensa/xtruntime.h" #define RSR(reg, at) asm volatile ("rsr %0, %1" : "=r" (at) : "i" (reg)) #define WSR(reg, at) asm volatile ("wsr %0, %1" : : "r" (at), "i" (reg)) #define XSR(reg, at) asm volatile ("xsr %0, %1" : "+r" (at) : "i" (reg)) #define RER(reg, at) asm volatile ("rer %0, %1" : "=r" (at) : "r" (reg)) #define WITLB(at, as) asm volatile ("witlb %0, %1; \n isync \n " : : "r" (at), "r" (as)) #define WDTLB(at, as) asm volatile ("wdtlb %0, %1; \n dsync \n " : : "r" (at), "r" (as)) #define EXTRA_SAVE_AREA_SIZE 32 #define BASE_SAVE_AREA_SIZE 16 #define SAVE_AREA_OFFSET (EXTRA_SAVE_AREA_SIZE + BASE_SAVE_AREA_SIZE) #define BASE_AREA_SP_OFFSET 12 /* The SET_STACK implements a setting a new stack pointer (sp or a1). *(uint32_t*)(sp - 12) = (uint32_t)new_sp; \ */ #ifdef __ASSEMBLER__ .macro SET_STACK new_sp tmp1 tmp2 addi tmp1, new_sp, -SAVE_AREA_OFFSET addi tmp2, tmp1, -BASE_AREA_SP_OFFSET s32i new_sp, tmp2, 0 addi new_sp, tmp1, 0 rsr.
109
ps \tmp1 movi \tmp2, ~(PS_WOE_MASK | PS_OWB_MASK | PS_CALLINC_MASK) and \tmp1, \tmp1, \tmp2 wsr.ps \tmp1 rsync rsr.windowbase \tmp1 ssl \tmp1 movi \tmp1, 1 sll \tmp1, \tmp1 wsr.windowstart \tmp1 rsync mov sp, \new_sp rsr.ps \tmp1 movi \tmp2, (PS_WOE) or \tmp1, \tmp1, \tmp2 wsr.ps \tmp1 rsync .endm #else #define SET_STACK(new_sp) \ do { \ uint32_t sp = (uint32_t)new_sp - SAVE_AREA_OFFSET; \ *(uint32_t*)(sp - BASE_AREA_SP_OFFSET) = (uint32_t)new_sp; \ const uint32_t mask = ~(PS_WOE_MASK | PS_OWB_MASK | PS_CALLINC_MASK); \ uint32_t tmp1 = 0, tmp2 = 0; \ asm volatile ( \ "rsr.ps %1 \n"\ "and %1, %1, %3 \n"\ "wsr.ps %1 \n"\ "rsync \n"\ " \n"\ "rsr.windowbase %1 \n"\ "ssl %1 \n"\ "movi %1, 1 \n"\ "sll %1, %1 \n"\ "wsr.windowstart %1 \n"\ "rsync \n"\ " \n"\ "movi a0, 0\n" \ "mov sp, %0 \n"\ "rsr.
109
ps %1 \n"\ " \n"\ "movi %2, " XTSTR( PS_WOE_MASK ) "\n"\ " \n"\ "or %1, %1, %2 \n"\ "wsr.ps %1 \n"\ "rsync \n"\ : "+r"(sp), "+r"(tmp1), "+r"(tmp2) : "r"(mask)); \ } while (0); #endif // __ASSEMBLER__
109
#ifndef ERI_H #define ERI_H #include /* The ERI is a bus internal to each Xtensa core. It connects, amongst others, to the debug interface, where it allows reading/writing the same registers as available over JTAG. */ /** */ uint32_t eri_read(int addr); /** */ void eri_write(int addr, uint32_t data); #endif
110
#ifndef XTENSA_DEBUG_MODULE_H #define XTENSA_DEBUG_MODULE_H #include /* ERI registers / OCD offsets and field definitions */ #define ERI_DEBUG_OFFSET 0x100000 #define ERI_TRAX_OFFSET (ERI_DEBUG_OFFSET+0) #define ERI_PERFMON_OFFSET (ERI_DEBUG_OFFSET+0x1000) #define ERI_OCDREG_OFFSET (ERI_DEBUG_OFFSET+0x2000) #define ERI_MISCDBG_OFFSET (ERI_DEBUG_OFFSET+0x3000) #define ERI_CORESIGHT_OFFSET (ERI_DEBUG_OFFSET+0x3F00) #define ERI_TRAX_TRAXID (ERI_TRAX_OFFSET+0x00) #define ERI_TRAX_TRAXCTRL (ERI_TRAX_OFFSET+0x04) #define ERI_TRAX_TRAXSTAT (ERI_TRAX_OFFSET+0x08) #define ERI_TRAX_TRAXDATA (ERI_TRAX_OFFSET+0x0C) #define ERI_TRAX_TRAXADDR (ERI_TRAX_OFFSET+0x10) #define ERI_TRAX_TRIGGERPC (ERI_TRAX_OFFSET+0x14) #define ERI_TRAX_PCMATCHCTRL (ERI_TRAX_OFFSET+0x18) #define ERI_TRAX_DELAYCNT (ERI_TRAX_OFFSET+0x1C) #define ERI_TRAX_MEMADDRSTART (ERI_TRAX_OFFSET+0x20) #define ERI_TRAX_MEMADDREND (ERI_TRAX_OFFSET+0x24) #define TRAXCTRL_TREN (11 #define TRAXCTRL_TRSTP (10 #define TRAXSTAT_PCMTG (10 #define TRAXSTAT_PJTR (10 #define TRAXSTAT_CTITG (10 #define TRAXSTAT_MEMSZ_SHIFT 8 //Traceram size inducator.
111
Usable trace ram is 2^MEMSZ bytes. #define TRAXSTAT_MEMSZ_MASK 0x1F #define TRAXSTAT_PTO (1 // TRACELEVEL (i.e. If this bit is set, this counter // counts only when CINTLEVEL >TRACELEVEL; // if this bit is cleared, this counter counts only when // CINTLEVEL ≤ TRACELEVEL) #define PMCTRL_KRNLCNT_SHIFT 3 #define PMCTRL_TRACELEVEL_SHIFT 4 // Compares this value to CINTLEVEL* when deciding whether to count #define PMCTRL_TRACELEVEL_MASK 0xf #define PMCTRL_SELECT_SHIFT 8 // Selects input to be counted by the counter #define PMCTRL_SELECT_MASK 0x1f #define PMCTRL_MASK_SHIFT 16 // Selects input subsets to be counted (counter will // increment only once even if more than one condition // corresponding to a mask bit occurs) #define PMCTRL_MASK_MASK 0xffff #define PMSTAT_OVFL (1<<0) // Counter Overflow. Sticky bit set when a counter rolls over // from 0xffffffff to 0x0. #define PMSTAT_INTSTART (1<<4) // This counter’s overflow caused PerfMonInt to be asserted.
111
#define PGM_PMEN (1<<0) // Overall enable for all performance counting #endif
111
/* */ #pragma once #include #include #include "soc/soc_caps.h" #include "xtensa/config/core-isa.h" #include "xtensa/config/core.h" #include "xtensa/config/extreg.h" #include "xtensa/config/specreg.h" #include "xtensa/xtruntime.h" #include "xt_instr_macros.h" #include "esp_bit_defs.h" #include "esp_attr.h" #ifdef __cplusplus extern "C" { #endif /* CPU Registers FORCE_INLINE_ATTR __attribute__((pure)) uint32_t xt_utils_get_core_id(void) { /* Note: We depend on SOC_CPU_CORES_NUM instead of XCHAL_HAVE_PRID as some single Xtensa targets (such as ESP32-S2) have the PRID register even though they are single core. */ #if SOC_CPU_CORES_NUM > 1 // Read and extract bit 13 of special register PRID uint32_t id; asm volatile ( "rsr.prid %0\n" "extui %0,%0,13,1" :"=r"(id)); return id; #else return 0; #endif // SOC_CPU_CORES_NUM > 1 } FORCE_INLINE_ATTR __attribute__((pure)) uint32_t xt_utils_get_raw_core_id(void) { #if XCHAL_HAVE_PRID // Read the raw value of special register PRID uint32_t id; asm volatile ( "rsr.
112
prid %0\n" :"=r"(id)); return id; #else return 0; #endif // XCHAL_HAVE_PRID } FORCE_INLINE_ATTR void *xt_utils_get_sp(void) { void *sp; asm volatile ("mov %0, sp;" : "=r" (sp)); return sp; } FORCE_INLINE_ATTR uint32_t xt_utils_get_cycle_count(void) { uint32_t ccount; RSR(CCOUNT, ccount); return ccount; } static inline void xt_utils_set_cycle_count(uint32_t ccount) { WSR(CCOUNT, ccount); } FORCE_INLINE_ATTR void xt_utils_wait_for_intr(void) { asm volatile ("waiti 0\n"); } /* CPU Interrupts // Interrupt Descriptors // Interrupt Configuration FORCE_INLINE_ATTR void xt_utils_set_vecbase(uint32_t vecbase) { asm volatile ("wsr %0, vecbase" :: "r" (vecbase)); } // Interrupt Control FORCE_INLINE_ATTR uint32_t xt_utils_intr_get_enabled_mask(void) { uint32_t intr_mask; RSR(INTENABLE, intr_mask); return intr_mask; } /* Memory Ports /* Debugging // Breakpoints/Watchpoints FORCE_INLINE_ATTR void xt_utils_set_breakpoint(int bp_num, uint32_t bp_addr) { //Set the breakpoint's address if (bp_num == 1) { WSR(IBREAKA_1, bp_addr); } else { WSR(IBREAKA_0, bp_addr); } //Enable the breakpoint uint32_t brk_ena_reg; RSR(IBREAKENABLE, brk_ena_reg); brk_ena_reg |= BIT(bp_num); WSR(IBREAKENABLE, brk_ena_reg); } FORCE_INLINE_ATTR void xt_utils_clear_breakpoint(int bp_num) { // Disable the breakpoint using the break enable register uint32_t bp_en = 0; RSR(IBREAKENABLE, bp_en); bp_en &= ~BIT(bp_num); WSR(IBREAKENABLE, bp_en); // Zero the break address register uint32_t bp_addr = 0; if (bp_num == 1) { WSR(IBREAKA_1, bp_addr); } else { WSR(IBREAKA_0, bp_addr); } } FORCE_INLINE_ATTR void xt_utils_set_watchpoint(int wp_num, uint32_t wp_addr, size_t size, bool on_read, bool on_write) { // Initialize DBREAKC bits (see Table 4–143 or isa_rm.
112
pdf) uint32_t dbreakc_reg = 0x3F; dbreakc_reg = dbreakc_reg << (__builtin_ffsll(size) - 1); dbreakc_reg = dbreakc_reg & 0x3F; if (on_read) { dbreakc_reg |= BIT(30); } if (on_write) { dbreakc_reg |= BIT(31); } // Enable break address and break control register if (wp_num == 1) { WSR(DBREAKA_1, (uint32_t) wp_addr); WSR(DBREAKC_1, dbreakc_reg); } else { WSR(DBREAKA_0, (uint32_t) wp_addr); WSR(DBREAKC_0, dbreakc_reg); } } FORCE_INLINE_ATTR void xt_utils_clear_watchpoint(int wp_num) { // Clear both break control and break address register if (wp_num == 1) { WSR(DBREAKC_1, 0); WSR(DBREAKA_1, 0); } else { WSR(DBREAKC_0, 0); WSR(DBREAKA_0, 0); } } // Debugger FORCE_INLINE_ATTR bool xt_utils_dbgr_is_attached(void) { uint32_t dcr = 0; uint32_t reg = DSRSET; RER(reg, dcr); return (bool)(dcr & 0x1); } FORCE_INLINE_ATTR void xt_utils_dbgr_break(void) { __asm__ ("break 1,15"); } /* Misc FORCE_INLINE_ATTR bool xt_utils_compare_and_set(volatile uint32_t *addr, uint32_t compare_value, uint32_t new_value) { #if XCHAL_HAVE_S32C1I #ifdef __clang_analyzer__ //Teach clang-tidy that "addr" cannot be const as it can be updated by S32C1I instruction volatile uint32_t temp; temp = *addr; *addr = temp; #endif // Atomic compare and set using S32C1I instruction uint32_t old_value = new_value; __asm__ __volatile__ ( "WSR %2, SCOMPARE1 \n" "S32C1I %0, %1, 0 \n" :"=r"(old_value) :"r"(addr), "r"(compare_value), "0"(old_value) ); return (old_value == compare_value); #else // XCHAL_HAVE_S32C1I // Single core target has no atomic CAS instruction.
112