contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

Wrong PIC32 rtimer configuration for creator branch #2390

Closed myrrdyn closed 6 years ago

myrrdyn commented 7 years ago

The default rtimer configuration for pic32 uses timer 2/3, but on the creator branch this is changed to make use of timer 4/5. Unfortunately the wrong timer number is then used, preventing rtimer from working. The attached patch solves the issue 0001-cpu-pic32-Fix-use-of-timer-4-5-for-rtimer.patch.zip

alexrayne commented 6 years ago

why you wan`t create pull request?

myrrdyn commented 6 years ago

Sorry, by mistake I opened a new issue on the wrong project, my patch only applies to the modified contiki for the CI40-kit clicker board supported by the CreatorDev/contiki fork. I'm closing this issue now.