Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move several sources as built-in library #2404

Merged
merged 3 commits into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. refactor: core stm32 header files move to SrcWrapper

    belong to sources.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    376232d View commit details
    Browse the repository at this point in the history
  2. refactor(VirtIO): move VirtIOSerial as a built-in library

    Including OpenAMP.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8136da7 View commit details
    Browse the repository at this point in the history
  3. refactor(USBDevice): move USB device support as a built-in library

    It could propbaly be splitted in 3 libraries:
    	- USBDevice: base support
    	- USBDCDC
    	- USBDHID
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    66b29ba View commit details
    Browse the repository at this point in the history