- Certificates app
- generate certificates
- front-end for users
- send emails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/probe-rs/src/vendor/nxp/sequences/mcx.rs b/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
index f631a949..6befc2d8 100644 | |
--- a/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
+++ b/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
@@ -7,7 +7,7 @@ use std::{ | |
}; | |
use bitfield::BitMut; | |
-use debugmailbox::{DMCSW, DMREQUEST}; | |
+use debugmailbox::{DMCSW, DMREQUEST, DMRETURN}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/probe-rs/src/vendor/nxp/sequences/mcx.rs b/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
index a4f0e6b2..c1585f70 100644 | |
--- a/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
+++ b/probe-rs/src/vendor/nxp/sequences/mcx.rs | |
@@ -7,7 +7,6 @@ use std::{ | |
}; | |
use bitfield::BitMut; | |
-use debugmailbox::{DMCSW, DMREQUEST}; | |
use probe_rs_target::CoreType; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MCXN | |
manufacturer: | |
id: 0x15 | |
cc: 0x0 | |
generated_from_pack: true | |
pack_file_release: 25.03.00 | |
variants: | |
- name: MCXN947VDF | |
cores: | |
- name: cm33_core0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ stdenv | |
, lib | |
, requireFile | |
, unzip | |
, appimage-run | |
, addOpenGLRunpath | |
, libGLU | |
, xorg | |
, buildFHSEnv | |
, buildFHSEnvChroot |