mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7c6a0de23b
The GD32V MCU is a Nuclei-based RISC-V MCU. The NMSIS SDK provides some basic functions for the access to control and status registers of such MCUs.
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
/**
|
|
* @defgroup pkg_nmsis_sdk Nuclei MCU Software Interface Standard
|
|
* @ingroup pkg
|
|
* @brief Vendor SDK from Nuclei System Technology for Nuclei-based MCUs
|
|
*
|
|
* The NMSIS SDK is required for Nuclei-based MCUs, for example the GDVF103.
|
|
*
|
|
* @see https://github.com/Nuclei-Software/nuclei-sdk
|
|
*/
|