-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or requestuser-requestMent to be added by users for any feature they wish to be implemented in any future releases.Ment to be added by users for any feature they wish to be implemented in any future releases.
Description
Templates
Issue:
An issue has been reported by multiple users regarding setups and projects.
- Create a project
- On the last step (select a setup), only mikroSDK setups can be selected
Proposed solution
set(PROJECT_TYPE "mikrosdk" CACHE STRING "" FORCE)
## Replace with
set(PROJECT_TYPE "$MIKROSDK_TYPE" CACHE STRING "" FORCE)
Confirmation steps
- Release to DEV
- Test it
- Release to LIVE
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestuser-requestMent to be added by users for any feature they wish to be implemented in any future releases.Ment to be added by users for any feature they wish to be implemented in any future releases.