Skip to content

Commit

Permalink
Update schema (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Jul 3, 2024
1 parent 446b93e commit e0aa522
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/targets/_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,15 @@ function schema() {
kind: "mapping",
});

const infineon_scu = new Type("!InfineonScu", {
construct(data) {
return data !== null ? { InfineonScu: data } : {};
},
kind: "mapping",
});

const extended = new Schema({
explicit: [arm, riscv, xtensa, ram, nvm, flash, generic, espressif, atsam_dsu, nordic_configid, nordic_ficr_info],
explicit: [arm, riscv, xtensa, ram, nvm, flash, generic, espressif, atsam_dsu, nordic_configid, nordic_ficr_info, infineon_scu],
include: [def],
});

Expand Down

0 comments on commit e0aa522

Please sign in to comment.