lm3.nut 432 B

1234567891011121314151617181920212223
  1. nutarch_cm3_lm3 =
  2. {
  3. --
  4. -- MCU Family
  5. --
  6. {
  7. name = "nutarch_cm3_lm3_family",
  8. brief = "MCU Family",
  9. options =
  10. {
  11. {
  12. macro = "MCU_LM3",
  13. brief = "Luminary LM3",
  14. type = "integer",
  15. default = 1,
  16. requires = { "HW_MCU_LM3" },
  17. file = "include/cfg/arch.h"
  18. }
  19. }
  20. }
  21. }