peripherals.c 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * Copyright 2019 NXP.
  3. * All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-3-Clause
  6. */
  7. /***********************************************************************************************************************
  8. * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
  9. * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
  10. **********************************************************************************************************************/
  11. /* clang-format off */
  12. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  13. !!GlobalInfo
  14. product: Peripherals v6.0
  15. processor: MIMXRT1021xxxxx
  16. mcu_data: ksdk2_0
  17. processor_version: 0.0.22
  18. functionalGroups:
  19. - name: BOARD_InitPeripherals
  20. called_from_default_init: true
  21. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  22. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  23. component:
  24. - type: 'system'
  25. - type_id: 'system_54b53072540eeeb8f8e9343e71f28176'
  26. - global_system_definitions: []
  27. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  28. /* clang-format on */
  29. /***********************************************************************************************************************
  30. * Included files
  31. **********************************************************************************************************************/
  32. #include "peripherals.h"
  33. /***********************************************************************************************************************
  34. * Initialization functions
  35. **********************************************************************************************************************/
  36. void BOARD_InitPeripherals(void)
  37. {
  38. }
  39. /***********************************************************************************************************************
  40. * BOARD_InitBootPeripherals function
  41. **********************************************************************************************************************/
  42. void BOARD_InitBootPeripherals(void)
  43. {
  44. BOARD_InitPeripherals();
  45. }