Skip to content

shadow578/framework-arduino-hc32f46x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Support for HUADA HC32F460 Series

ci status ci status

This repository contains Arduino framework for the HUADA HC32F460 Series, for use with PlatformIO and the hc32f46x platform.

Note

while the primary use-case of this framework is for use with Marlin, other use-cases should work too.

Getting Started

to get started using the HC32F460 Arduino core, use the following in your platformio.ini:

current development version:

[env:my_env]
platform = https://github.com/shadow578/platform-hc32f46x.git
framework = arduino
board = generic_hc32f460

latest release versions:

[env:my_env]
platform = https://github.com/shadow578/platform-hc32f46x/archive/1.0.0.zip
platform_packages =
  framework-hc32f46x-ddl @ https://github.com/shadow578/framework-hc32f46x-ddl/archive/2.2.1.zip
  framework-arduino-hc32f46x @ https://github.com/shadow578/framework-arduino-hc32f46x/archive/1.1.0.zip

framework = arduino
board = generic_hc32f460

Tip

when pinning the version, check you're using the latest release(s) to benefit from the latest improvements.

Examples

usage examples are available in the examples directory.

Configuration and Documentation

for documentation on configuration and non-standard features, see following documents:

License

this project is licensed under the GPL-3.0 license.

Credits

This project could not have been possible without the following projects: