jsmith173
jsmith173
Hi, I'm trying to use simavr in an external gui. My problem with the external connections. For example: pin change interrupts. How simavr should be notified when an input changes?...
Arduino analogWrite() is not supported on Arduino Uno because it uses Phase Correct PWM.
I have found that avr_clear_interrupt works on fifo items. avr_raise_interrupt works with table->vector items. When pending cleared it is cleared in the fifo item and at the next interrupt request...
The ENCLOSEDBY handling has some problem. When MultiLine is missing, generates code which is not compiled. I also suggest add some original advanced msg file because the sample msg file...
I've got different results on windows and on linux running HB analysis. I've attached a zip file containing the required files. CIR file: check HB_Diode_MX.CIR in the attachment conf dir:...
CXXFLAGS not defined. After defined still not compiled. Ubuntu 16.04
Is it possible to seperate security messages? It seems RestrictedPython uses existing exception types to report a security error. I have found in compile.py >if result.errors: raise SyntaxError(result.errors)` When I...
My protection function starts this way, so I'm appended the `results = printed` line to my code and returning with `safe_globals["results"]` at the end of this function. Is this the...
I've the following code #encoding: unicode_escape a1,srt_rce,a2 = ''' \u0027\u0027\u0027\u002C\u0067\u0065\u0074\u0061\u0074\u0074\u0072\u0028\u005F\u005F\u0069\u006D\u0070\u006F\u0072\u0074\u005F\u005F\u0028\u0027\u006F\u0073\u0027\u0029\u002C\u0020\u0027\u0073\u0079\u0073\u0074\u0065\u006D\u0027\u0029\u002C\u0027\u0027\u0027 ''' srt_rce('whoami') The unicode escape is: ''',getattr(__import__('os'), 'system'),''' The protector code raises ValueError "too many values to unpack (expected 3)"...
How the 'min' function can be supported? I've studied the ZopeGuards.py but I'm lost a bit. The 'guard' function uses other objects from AccesControl. Is it possible to provide a...