peripherals.c 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * Copyright 2020 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 v8.0
  15. processor: MIMXRT1176xxxxx
  16. mcu_data: ksdk2_0
  17. processor_version: 0.0.0
  18. functionalGroups:
  19. - name: BOARD_InitPeripherals
  20. UUID: 673cf921-1ec2-4930-93f2-e0768a84092c
  21. called_from_default_init: true
  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. - user_definitions: ''
  29. - user_includes: ''
  30. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  31. /* clang-format on */
  32. /***********************************************************************************************************************
  33. * Included files
  34. **********************************************************************************************************************/
  35. #include "peripherals.h"
  36. /***********************************************************************************************************************
  37. * Initialization functions
  38. **********************************************************************************************************************/
  39. void BOARD_InitPeripherals(void)
  40. {
  41. }
  42. /***********************************************************************************************************************
  43. * BOARD_InitBootPeripherals function
  44. **********************************************************************************************************************/
  45. void BOARD_InitBootPeripherals(void)
  46. {
  47. BOARD_InitPeripherals();
  48. }