ch552: Reorganize file directory structure

- Move source files to separate directory.
- Move include files to separate directory.
- Add specific output direcory for intermediate files.
This commit is contained in:
Jonas Thörnblad 2025-03-19 15:44:37 +01:00
parent 8d8f4c7faf
commit 7de49d2021
No known key found for this signature in database
GPG key ID: 2D318AD00A326F95
11 changed files with 19 additions and 23 deletions

View file

@ -57,7 +57,7 @@ if __name__ == "__main__":
"TkeyCtrlInterfaceDesc": "TKEY-Ctrl"
}
with open('include/usb_strings.h', 'w') as f:
with open('inc/usb_strings.h', 'w') as f:
f.write('#ifndef __USB_STRINGS_H__\n')
f.write('#define __USB_STRINGS_H__\n')
f.write('\n')