A REST API for cloud embedded board reservation.
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.
 
 

18 lines
324 B

  1. setup_script = somesetupscript;
  2. classes {
  3. cora-z7s = {
  4. arch = arm-armv7;
  5. }
  6. }
  7. boards [
  8. {
  9. name = cora-1;
  10. brdclass = cora-z7s;
  11. options = [
  12. { cls = snmppower, host = poe, port = 2 },
  13. ]
  14. },
  15. ]