bitcraze / crazyflie-firmware

The main firmware for the Crazyflie Nano Quadcopter, Crazyflie Bolt Quadcopter and Roadrunner Positioning Tag.
GNU General Public License v3.0
1.16k stars 1.05k forks source link

STM32F405.svd: Move the svd file for debugging. #1365

Closed ToveRumar closed 5 months ago

ToveRumar commented 5 months ago

Move the svd file for debugging to a tools-location. This way the user does not have to move this file around to debug. Also change this in the documentation.

This will also solve the issue with rendering the webpage with the svd file as downloadable. The file was wrapped in html by jekyll, and therefore not interpreted by the browser correctly.

Moving the file kills these two birds with one stone