{"id":22389063,"url":"https://github.com/shadow578/framework-arduino-hc32f46x","last_synced_at":"2026-01-18T02:36:16.957Z","repository":{"id":164769444,"uuid":"624903619","full_name":"shadow578/framework-arduino-hc32f46x","owner":"shadow578","description":"Arduino Core for HC32F460","archived":false,"fork":false,"pushed_at":"2026-01-17T09:42:32.000Z","size":1227,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T20:48:47.118Z","etag":null,"topics":["arduino","hc32f460","platformio","platformio-framework"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadow578.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-07T14:48:53.000Z","updated_at":"2026-01-17T09:42:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef266371-f392-484f-bd4c-ef0e496a4d39","html_url":"https://github.com/shadow578/framework-arduino-hc32f46x","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/shadow578/framework-arduino-hc32f46x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow578%2Fframework-arduino-hc32f46x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow578%2Fframework-arduino-hc32f46x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow578%2Fframework-arduino-hc32f46x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow578%2Fframework-arduino-hc32f46x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadow578","download_url":"https://codeload.github.com/shadow578/framework-arduino-hc32f46x/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow578%2Fframework-arduino-hc32f46x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arduino","hc32f460","platformio","platformio-framework"],"created_at":"2024-12-05T03:08:57.466Z","updated_at":"2026-01-18T02:36:16.932Z","avatar_url":"https://github.com/shadow578.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino Support for HUADA HC32F460 Series\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"\" alt=\"Version\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/package-json/v/shadow578/framework-arduino-hc32f46x\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/shadow578/framework-arduino-hc32f46x/pulse\" alt=\"Activity\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/commit-activity/m/shadow578/framework-arduino-hc32f46x\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/build_examples.yaml\"\u003e\n        \u003cimg src=\"https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/build_examples.yaml/badge.svg?branch=main\" alt=\"ci status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/unit_tests.yaml\"\u003e\n        \u003cimg src=\"https://github.com/shadow578/framework-arduino-hc32f46x/actions/workflows/unit_tests.yaml/badge.svg?branch=main\" alt=\"ci status\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains Arduino framework for the [HUADA HC32F460 Series](https://www.hdsc.com.cn/Category83-1487), for use with [PlatformIO](https://platformio.org/) and [the hc32f46x platform](https://github.com/shadow578/platform-hc32f46x).\n\n\u003e [!NOTE]\n\u003e while the primary use-case of this framework is for use with [Marlin](https://github.com/shadow578/Marlin-H32), other use-cases should work too.\n\n\n## Getting Started\n\nto get started using the HC32F460 Arduino core, use the following in your `platformio.ini`:\n\ncurrent *development* version:\n```ini\n[env:my_env]\nplatform = https://github.com/shadow578/platform-hc32f46x.git\nframework = arduino\nboard = generic_hc32f460\n```\n\nlatest release versions:\n```ini\n[env:my_env]\nplatform = https://github.com/shadow578/platform-hc32f46x/archive/1.0.0.zip\nplatform_packages =\n  framework-hc32f46x-ddl @ https://github.com/shadow578/framework-hc32f46x-ddl/archive/2.2.1.zip\n  framework-arduino-hc32f46x @ https://github.com/shadow578/framework-arduino-hc32f46x/archive/1.1.0.zip\n\nframework = arduino\nboard = generic_hc32f460\n```\n\n\u003e [!TIP]\n\u003e when pinning the version, check you're using the latest release(s) to benefit from the latest improvements.\n\n\n### Examples\n\nusage examples are available in the [examples](./examples) directory.\n\n\n## Configuration and Documentation\n\nfor documentation on configuration and non-standard features, see following documents:\n\n- [Arduino Core Configuration Options](./docs/CONFIGURATION_OPTIONS.md)\n- [Checking the Version](./docs/VERSION_CHECK.md)\n- [Dynamic Core Configuration](./docs/APP_CONFIG.md)\n- [Assert Mechanism](./docs/ASSERT.md)\n- [Panic Mechanism](./docs/PANIC.md)\n- [Fault Handler](./docs/FAULT_HANDLER.md)\n- [Semihosting](./docs/SEMIHOSTING.md)\n\n## License\n\nthis project is licensed under the [GPL-3.0](./LICENSE) license.\n\n\n## Credits\n\nThis project could not have been possible without the following projects:\n\n- [Voxelab-64/Aquila_X2](https://github.com/Voxelab-64/Aquila_X2) (original implementation)\n- [kgoveas/Arduino-Core-Template](https://github.com/kgoveas/Arduino-Core-Template) (template for Arduino headers)\n- [stm32duino/Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32) (misc. Arduino functions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadow578%2Fframework-arduino-hc32f46x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadow578%2Fframework-arduino-hc32f46x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadow578%2Fframework-arduino-hc32f46x/lists"}