board_config.c 258 B

1234567891011121314
  1. /*
  2. *
  3. * SPDX-License-Identifier: Apache-2.0
  4. *
  5. * Change Logs:
  6. * Date Author Notes
  7. * 2020-09-01 DongBowen first version
  8. */
  9. #include <rtdevice.h>
  10. #include "board_config.h"
  11. /**
  12. * The below functions will initialize HC32 board.
  13. */