{"id":20536678,"url":"https://github.com/islandcontroller/mculib-controller-stm32f1xx","last_synced_at":"2025-07-27T15:38:56.035Z","repository":{"id":189409212,"uuid":"680317160","full_name":"islandcontroller/mculib-controller-stm32f1xx","owner":"islandcontroller","description":"MCU system library for ST Microelectronics STM32F1xx series MCU ","archived":false,"fork":false,"pushed_at":"2023-09-21T19:34:00.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T13:59:39.127Z","etag":null,"topics":["mculib","stm32f1xx"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/islandcontroller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-18T22:19:13.000Z","updated_at":"2023-08-19T21:30:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"26f19f9c-e40f-499e-a359-448320bd55e7","html_url":"https://github.com/islandcontroller/mculib-controller-stm32f1xx","commit_stats":null,"previous_names":["islandcontroller/mculib-controller-stm32f1xx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fmculib-controller-stm32f1xx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fmculib-controller-stm32f1xx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fmculib-controller-stm32f1xx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fmculib-controller-stm32f1xx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/islandcontroller","download_url":"https://codeload.github.com/islandcontroller/mculib-controller-stm32f1xx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144415,"owners_count":20078964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mculib","stm32f1xx"],"created_at":"2024-11-16T00:37:29.413Z","updated_at":"2025-03-06T03:34:02.630Z","avatar_url":"https://github.com/islandcontroller.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mculib-controller-stm32f1xx\n\n## Processor Selection\n```C\n#define STM32F100xB /*!\u003c STM32F100C4, STM32F100R4, \n                         STM32F100C6, STM32F100R6, \n                         STM32F100C8, STM32F100R8, STM32F100V8, \n                         STM32F100CB, STM32F100RB, STM32F100VB                */\n\n#define STM32F100xE /*!\u003c STM32F100RC, STM32F100VC, STM32F100ZC, \n                         STM32F100RD, STM32F100VD, STM32F100ZD, \n                         STM32F100RE, STM32F100VE, STM32F100ZE                */\n\n#define STM32F101x6 /*!\u003c STM32F101C4, STM32F101R4, STM32F101T4, \n                         STM32F101C6, STM32F101R6, STM32F101T6                */\n\n#define STM32F101xB /*!\u003c STM32F101C8, STM32F101R8, STM32F101T8, STM32F101V8, \n                         STM32F101CB, STM32F101RB, STM32F101TB, STM32F101VB   */\n\n#define STM32F101xE /*!\u003c STM32F101RC, STM32F101VC, STM32F101ZC, \n                         STM32F101RD, STM32F101VD, STM32F101ZD, \n                         STM32F101RE, STM32F101VE, STM32F101ZE                */\n\n#define STM32F101xG /*!\u003c STM32F101RF, STM32F101VF, STM32F101ZF, \n                         STM32F101RG, STM32F101VG, STM32F101ZG                */\n\n#define STM32F102x6 /*!\u003c STM32F102C4, STM32F102R4, \n                         STM32F102C6, STM32F102R6                             */\n\n#define STM32F102xB /*!\u003c STM32F102C8, STM32F102R8, \n                         STM32F102CB, STM32F102RB                             */\n\n#define STM32F103x6 /*!\u003c STM32F103C4, STM32F103R4, STM32F103T4, \n                         STM32F103C6, STM32F103R6, STM32F103T6                */\n\n#define STM32F103xB /*!\u003c STM32F103C8, STM32F103R8, STM32F103T8, STM32F103V8, \n                         STM32F103CB, STM32F103RB, STM32F103TB, STM32F103VB   */\n\n#define STM32F103xE /*!\u003c STM32F103RC, STM32F103VC, STM32F103ZC, \n                         STM32F103RD, STM32F103VD, STM32F103ZD, \n                         STM32F103RE, STM32F103VE, STM32F103ZE                */\n\n#define STM32F103xG /*!\u003c STM32F103RF, STM32F103VF, STM32F103ZF, \n                         STM32F103RG, STM32F103VG, STM32F103ZG                */\n\n#define STM32F105xC /*!\u003c STM32F105R8, STM32F105V8, \n                         STM32F105RB, STM32F105VB, \n                         STM32F105RC, STM32F105VC                             */\n\n#define STM32F107xC /*!\u003c STM32F107RB, STM32F107VB, \n                         STM32F107RC, STM32F107VC                             */\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fmculib-controller-stm32f1xx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislandcontroller%2Fmculib-controller-stm32f1xx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fmculib-controller-stm32f1xx/lists"}