-
Notifications
You must be signed in to change notification settings - Fork 100
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
June 2023 Release Issues #654
Comments
Following these steps I was able to rectify the first problem. |
Thanks @ConWalsh
# Locate MiscDrivers directory
MISC_DRIVERS_DIR ?= $(MAXIM_PATH)/Libraries/MiscDrivers
# Add MiscDrivers folders to search for source files
VPATH += $(MISC_DRIVERS_DIR)/PushButton
# Add MiscDrivers folder to search for header files
IPATH += $(MISC_DRIVERS_DIR)/PushButton I've just updated our release notes to highlight this change under "Driver Files for Board Support Packages Move". @Jacob-Scheiffler we should consider adding passthrough files to avoid breaking existing BSPs. I missed this in my review. |
Thanks @Jake-Carter , missed that note. |
@ConWalsh you didn't miss it, I added it to the release notes thanks to your findings. So thanks again for your report! |
Hello!
SDK was updated to the latest version (June 23 release) and a number of issues were encountered:
No File -> New -> Maxim Microcontrollers. in Eclipse anymore.

New build errors for previously building projects. It looks like some Source/Include folders were removed in Libraries/Boards/MAX_XXXXX that contained high level board code such as pb.c/.h for pushbuttons and led.c/.h for LEDs.

Code builds fine once references to these files is removed. Workaround is just to reimplement these functions.
Thanks
The text was updated successfully, but these errors were encountered: