ccrause
ccrause
When writing data to UART0 the a line of text gets written to output when a \n character is encountered https://github.com/buserror/simavr/blob/b3a8e8f99b634062f6f07f6d24040282129c11b0/simavr/sim/avr_uart.c#L288 When a console register is used a \r character...
https://github.com/dcwbrown/dwire-debug/blob/d6af573913dd030b492ef3ae7d56bfd1f9226b65/src/commands/NonVolatile.c#L141 There is no need for DwSend(Bytes(0x66)) before calling DwSetRegs since DwSetRegs sends the appropriate setup command. Similarly DwSend(Bytes(0x64)) on line 144 is also redundant since the following DwOut call...
I'm testing dwire-debug with the Lazarus IDE using gdb for debugging. When hitting a breakpoint the IDE would pop up an error notification that a External: 0 was received. According...
Some changes are required in the different portmacro units to remain compatible with the latest SDK versions.