TrampolineRTOS / trampoline

Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
GNU General Public License v2.0
600 stars 265 forks source link

Arduino Uno ISR example not working #91

Closed MatteoBattilana closed 3 years ago

MatteoBattilana commented 3 years ago

Hi, I was trying the extInterrupt example for Arduino Uno. The compilation gives me this warning:

/opt/trampoline/os/tpl_os_interrupt_kernel.c: In function ‘tpl_central_interrupt_handler_2’: /opt/trampoline/os/tpl_os_interrupt_kernel.c:450:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] tmp = (uint32)isr_id;

Even if the AVR is programmend, nothing happens on button click.