peripherals.c 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * Copyright 2018 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 v5.0
  15. processor: MIMXRT1052xxxxB
  16. mcu_data: ksdk2_0
  17. processor_version: 0.0.11
  18. functionalGroups:
  19. - name: BOARD_InitPeripherals
  20. called_from_default_init: true
  21. selectedCore: core0
  22. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  23. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  24. component:
  25. - type: 'system'
  26. - type_id: 'system_54b53072540eeeb8f8e9343e71f28176'
  27. - global_system_definitions: []
  28. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  29. /* clang-format on */
  30. /***********************************************************************************************************************
  31. * Included files
  32. **********************************************************************************************************************/
  33. #include "peripherals.h"
  34. /***********************************************************************************************************************
  35. * Initialization functions
  36. **********************************************************************************************************************/
  37. void BOARD_InitPeripherals(void)
  38. {
  39. }
  40. /***********************************************************************************************************************
  41. * BOARD_InitBootPeripherals function
  42. **********************************************************************************************************************/
  43. void BOARD_InitBootPeripherals(void)
  44. {
  45. BOARD_InitPeripherals();
  46. }