1
0

platform_def.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*
  2. * This file is part of FH8620 BSP for RT-Thread distribution.
  3. *
  4. * Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd.
  5. * All rights reserved
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along
  18. * with this program; if not, write to the Free Software Foundation, Inc.,
  19. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  20. *
  21. * Visit http://www.fullhan.com to get contact with Fullhan.
  22. *
  23. * Change Logs:
  24. * Date Author Notes
  25. */
  26. #ifndef PLATFORM_DEF_H_
  27. #define PLATFORM_DEF_H_
  28. #include "rtconfig.h"
  29. #ifdef CONFIG_CHIP_FH8620
  30. #ifdef CONFIG_BOARD_DEV
  31. #include "fh8620/dev_board/board_def.h"
  32. #endif
  33. #endif
  34. #ifdef CONFIG_CHIP_FH8620
  35. #ifdef CONFIG_BOARD_TEST
  36. #include "fh8620/test_board/board_def.h"
  37. #endif
  38. #endif
  39. #ifdef CONFIG_CHIP_FH8620
  40. #ifdef CONFIG_BOARD_IOTCAM
  41. #include "fh8620/iot_cam/board_def.h"
  42. #endif
  43. #endif
  44. #ifdef CONFIG_CHIP_FH8620G
  45. #ifdef CONFIG_BOARD_DEV
  46. #include "fh8620g/dev_board/board_def.h"
  47. #endif
  48. #endif
  49. #ifdef CONFIG_CHIP_FH8620G
  50. #ifdef CONFIG_BOARD_TEST
  51. #include "fh8620g/test_board/board_def.h"
  52. #endif
  53. #endif
  54. #ifdef CONFIG_CHIP_FH8810
  55. #ifdef CONFIG_BOARD_DEV
  56. #include "fh8810/dev_board/board_def.h"
  57. #endif
  58. #endif
  59. #ifdef CONFIG_CHIP_FH8810
  60. #ifdef CONFIG_BOARD_TEST
  61. #include "fh8810/test_board/board_def.h"
  62. #endif
  63. #endif
  64. #endif /* TEST_H_ */