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.
 
 

16 lines
291 B

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