Nietaktowny / esp32_oscilloscope

Oscilloscope built on ESP32.
MIT License
1 stars 0 forks source link

Auto generating CMock files #3

Closed Nietaktowny closed 1 year ago

Nietaktowny commented 1 year ago

Currently CMock files for each library have to be manually prepared. Automate this.

Nietaktowny commented 1 year ago

Automated creating CMock files. Const of it is changing from absolute paths to relative paths, and need for cmock folder in project source folder. It can be installed with git clone --recursive https://github.com/throwtheswitch/cmock.git command from project source folder. Also there is still need to manually list header files in scripts to generate mocks from.