Results 131 comments of sy2002

Status: * I have mailed to Volker * I have created two tasks for myself to enhance the hardware: issue #172 and issue #173

We have two distinct topics here, because I asked Volker to do two things: 1) Make sure that `__interrupt` always implicitly works like `__interrupt __norbank` 2) Adding `MOVE 0xF000, SR`...

re 1) As we documented in the best practices, that you should always use `__norbank` in conjunction with `__interrupt`, I am fine with leaving VBCC as it is. re 2)...

I like this idea, especially - as you wrote - if we could find a way that makes it generic enough, so that the end-user (programmer) does not need to...

assigning to me and note to self: document "the strange dashboard behavior" here and then assign to MJoergen

Hi Michael - since I am in my "end of year crazyness mode" I would be super glad, if you could start with the port and collect first experienes with...

Hi Bernd, how to compile in C: https://github.com/sy2002/QNICE-FPGA#programming-in-c

Here is one argument packed in two examples why we indeed do need ISR-safe Monitor functions for selected functions (obviously not for all of them): * The whole point of...