{"id":20572847,"url":"https://github.com/zlgopen/awtk-fs-adapter","last_synced_at":"2026-02-17T15:32:20.600Z","repository":{"id":76747754,"uuid":"261074571","full_name":"zlgopen/awtk-fs-adapter","owner":"zlgopen","description":"filesystem adapter for awtk","archived":false,"fork":false,"pushed_at":"2025-01-01T08:56:45.000Z","size":439,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T17:31:42.508Z","etag":null,"topics":["awtk","fatfs","spiffs"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zlgopen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-04T03:46:47.000Z","updated_at":"2025-01-01T08:56:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"85a8e513-8b4f-4766-a8b6-7b405bb83227","html_url":"https://github.com/zlgopen/awtk-fs-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zlgopen/awtk-fs-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlgopen%2Fawtk-fs-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlgopen%2Fawtk-fs-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlgopen%2Fawtk-fs-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlgopen%2Fawtk-fs-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zlgopen","download_url":"https://codeload.github.com/zlgopen/awtk-fs-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlgopen%2Fawtk-fs-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awtk","fatfs","spiffs"],"created_at":"2024-11-16T05:24:15.307Z","updated_at":"2026-02-17T15:32:20.578Z","avatar_url":"https://github.com/zlgopen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awtk-fs-adapter\n\n## 介绍\n\nAWTK 文件系统适配器。\n\n在嵌入式平台中，有时没有 posix 兼容的文件系统 API，需要把一些文件系统实现，包装成 AWTK 的 fs 接口。本项目提供一些常见文件系统的适配，目前支持的文件系统有：\n\n* [FATFS](https://github.com/abbrev/fatfs) 主要用于访问 TF card。\n\n* [SPIFFS](https://github.com/pellepl/spiffs) 主要用于访问 Nor Flash。\n\n* POSIX 文件系统，兼容 RT-Thread 的文件 DFS 系统接口。\n  \n## PC 编译\n1. 获取 awtk 并编译\n\n```\ngit clone https://github.com/zlgopen/awtk.git\ncd awtk; scons; cd -\n```\n\n\u003e PC 版本主要用于功能性测试。\n\n2. 获取 awtk-fs-adapter 并编译\n\n```\ngit clone https://github.com/zlgopen/awtk-fs-adapter.git\ncd awtk-fs-adapter; scons\n```\n## 嵌入式系统编译\n\n将相应的文件加入工程。\n\n\u003e 如果需要支持多线程，请定义宏 WITH\\_FS\\_MT，并加入文件 src/fs\\_mt.c。\n\n## 其它\n\n* 用户数据目录和临时目录，在 src/fs\\_os\\_conf.h 中定义，请根据需要修改。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlgopen%2Fawtk-fs-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzlgopen%2Fawtk-fs-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlgopen%2Fawtk-fs-adapter/lists"}