jsmith173

Results 11 comments of jsmith173

Thanks for the help file. Now I'm studying the UART. I'm looking for how(where in the code) the TX pin is changing when UART communication in progress. I'm logged the...

But this behaviour can change easily. Or not? Anyway it means currently can't connect an external uart receiver.

When I handle 'SyntaxError' in the app how could I check, it is a real syntax error or it is a security exception? Also sometimes security error messages come from...

compile_restricted collects the real syntax errors so even if I have a new exception I will have real syntax errors in that.

I think I did it previously as you suggests. I have a function that decides the input is vulnerable or not. This function also should return the printed output (if...

This is my best try and Trilinos is compiled however Xyce can't config due to Kokkos library problems. [PKGBUILD.ZIP](https://github.com/user-attachments/files/15845955/PKGBUILD.ZIP)

There were some problems with the compiler options.

I see in the PKGBUILD > mingw_arch=('mingw64' 'ucrt64' 'clang64') It means Trilinos can't be compiled for 32 bit target?

What was the reason dropping the 32bit target?