JordanAceto / whooshy_sound

Effects pedal which accommodates various VCF plug-in boards for whooshy and swirly sounds.
0 stars 0 forks source link

third party code has unnecessary files #3

Closed JordanAceto closed 3 years ago

JordanAceto commented 3 years ago

In firmware -> third_party -> drivers, I pasted all of the CMSIS and STM HAL files.

Really, I'll probably only use the CMSIS header peripherals and defined register constants. All the HAL, DSP, RTOS, etc are probably unnecessary.

Please figure out the bare minimum files needed and delete everything else. The code will need to be a little further along before you'll know what is needed and what isn't.

See the bit-crusher pedal and quad ADSR projects, both of those only copy in a handful of header only CMSIS files.

JordanAceto commented 3 years ago

done