You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
397 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. #pragma once
  2. //
  3. #include "../chip/chip.hpp"
  4. //
  5. #include "osbasic_h.hpp"
  6. //
  7. #include "delay.hpp"
  8. //
  9. #include "mutex.hpp"
  10. //
  11. #include "zoslogger.hpp"
  12. //
  13. #include "ticket.hpp"
  14. //
  15. #include "os_default_schduler.hpp"
  16. //
  17. #include "zos_thread.hpp"
  18. //
  19. #include "zos_schduler.hpp"
  20. //
  21. #include "zmath.hpp"
  22. extern "C" {
  23. typedef struct {
  24. uint32_t __reserved0;
  25. } zos_cfg_t;
  26. void zos_init(zos_cfg_t* cfg);
  27. }