cpu.c 278 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2010-03-30 Kyle First version
  9. */
  10. #include <rtthread.h>
  11. /**
  12. * @addtogroup AVR32UC3
  13. */
  14. /*@{*/
  15. /*@}*/