ataradov / free-dap

Free and open implementation of the CMSIS-DAP debugger firmware
BSD 3-Clause "New" or "Revised" License
261 stars 62 forks source link

add const declarations #2

Closed majbthrd closed 6 years ago

majbthrd commented 6 years ago

There is opportunity to declare "usb_strings" as a const char *const in both D11 and D21 variants. The D11 variant already benefits from const declarations of the USB descriptors; I merely applied the same to the D21 variant. Both modifications save allocated RAM and the need to copy these from flash to RAM upon initialization.