Skip to content

Commit

Permalink
Merge branch 'master' into embed
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Jul 3, 2024
2 parents 7fcdb37 + e0aa522 commit 2e431c6
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 2e431c6

Please sign in to comment.