dummy_board.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*****************************************************************************
  2. *
  3. * \file
  4. *
  5. * \brief Dummy board header file.
  6. *
  7. * This file contains empty definitions to support board-independant applications (e.g. bootloader)
  8. *
  9. * To use this board, define BOARD=DUMMY_BOARD.
  10. *
  11. * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
  12. *
  13. * \asf_license_start
  14. *
  15. * \page License
  16. *
  17. * Redistribution and use in source and binary forms, with or without
  18. * modification, are permitted provided that the following conditions are met:
  19. *
  20. * 1. Redistributions of source code must retain the above copyright notice,
  21. * this list of conditions and the following disclaimer.
  22. *
  23. * 2. Redistributions in binary form must reproduce the above copyright notice,
  24. * this list of conditions and the following disclaimer in the documentation
  25. * and/or other materials provided with the distribution.
  26. *
  27. * 3. The name of Atmel may not be used to endorse or promote products derived
  28. * from this software without specific prior written permission.
  29. *
  30. * 4. This software may only be redistributed and used in connection with an
  31. * Atmel microcontroller product.
  32. *
  33. * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED
  34. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  35. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
  36. * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR
  37. * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  38. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  39. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  40. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  41. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  42. * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  43. * POSSIBILITY OF SUCH DAMAGE.
  44. *
  45. * \asf_license_stop
  46. *
  47. ******************************************************************************/
  48. /*
  49. * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
  50. */
  51. #ifndef _DUMMY_BOARD_H_
  52. #define _DUMMY_BOARD_H_
  53. #endif // _DUMMY_BOARD_H_