BusPirate / Bus_Pirate

Community driven firmware and hardware for Bus Pirate version 3 and 4
630 stars 131 forks source link

Use linker garbage collection to remove unused strings #60

Closed andersm closed 7 years ago

andersm commented 7 years ago

Change string packer to place each string in a separate section. Change message functions to take a pointer instead of an offset. Enable linker garbage collection in project settings.

Fixes #20