OSURoboticsClub / aerial_control

Aerial vehicle firmware
MIT License
2 stars 4 forks source link

Upgrade to ChibiOS 3.0 #23

Open kylc opened 9 years ago

kylc commented 9 years ago

ChibiOS 3.0.0 is scheduled to land in Q1 2015. Once a stable version is released, we should update our code.

A 2.x to 3.x porting guide is available here: http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:porting_from_2_to_3

kylc commented 8 years ago

@yoos are we on 3.0 yet? It's now stable.

yoos commented 8 years ago

Not on 3.0 yet.

kylc commented 8 years ago

Looks like this won't be such an easy change-over, since we will have to redo our build scripts to match any 2.x to 3.x changes.