suikan4github / murasaki

STM32 HAL class library
MIT License
17 stars 3 forks source link

Re-strcut the directories #146

Closed suikan4github closed 1 year ago

suikan4github commented 1 year ago

Is your feature request related to a problem? Please describe. No. This is a request for restructuring.

Describe the solution you'd like In the previous modification, the third-party directories are separated from this repository. We should pull them back. The new directory structure must be :

  1. Merge the Inc and Src.
  2. STM32 peripherals should be gathered to the murasaki/core
  3. The third-party peripherals should be gathered for the murasaki/drivers

This structure is easier to understand. Describe alternatives you've considered

Additional context

suikan4github commented 1 year ago

Merged to develop. Ready to release.