This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Dual Core Example/Functionality #85
Labels
topic: documentation
Related to documentation for the project
type: enhancement
Proposed improvement
Comments
per1234
added
topic: documentation
Related to documentation for the project
type: enhancement
Proposed improvement
labels
Apr 19, 2022
Does anybody fixed this?, I'm facing the same issue |
Fixed, for those with the same issue https://github.com/elastra21/Arduino_MachineControl |
same issue here, would be great if @elastra21 fix can be merged to the library |
@elastra21 Could you provide a brief summary of what changes you made for this fix? |
Yeah as you commented at the start, I just change this '#ifdef CORE_CM7 in Arduino_MachineControl.h |
Hi @elastra21, would you mind creating a PR from your proposed changes? This will help discussing your proposed changes and eventually merging them. |
This was referenced Aug 1, 2022
PR submitted. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
topic: documentation
Related to documentation for the project
type: enhancement
Proposed improvement
There isn't an example to use the dual core feature of the H7 controller. The current library won't compile for M4 core unless
#ifdef CORE_CM7 ... #endif
are used to contain the RS485 and COM classes.The Machine Control board is advertised to feature the dual core power of the Portenta H7 controller. However, the current library doesn't allow for that.
The text was updated successfully, but these errors were encountered: