reset.c 369 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2011-01-13 weety modified from mini2440
  9. * 2015-04-27 ArdaFu Port bsp from at91sam9260 to asm9260t
  10. */
  11. #include <rtthread.h>
  12. void machine_reset(void)
  13. {
  14. }
  15. void machine_shutdown(void)
  16. {
  17. }