jameswalmsley/RaspberryPi-FreeRTOS

How to port to newer rpi versions?

Akojen opened this issue · 1 comments

Hello and thank you for porting FreeRTOS to RPI.

Can someone please give me hints as to how to port Mr. Walmsley's implementation to newer RPIs? Specifically I am interested in Model B 2 and its BCM2836 soc.

According to issue #15 and the link posted inside it ( https://www.raspberrypi.org/documentation/hardware/raspberrypi/peripheral_addresses.md ), it seems like you'd only need to replace register addresses.
Is that really it or is there something else to consider?

nvm