mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 00:52:35 +08:00
Added missing files to CMakeLists.txt (used by RP2040 build).
This commit is contained in:
@@ -29,4 +29,6 @@ target_sources(grbl INTERFACE
|
||||
${CMAKE_CURRENT_LIST_DIR}/regex.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/ioports.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/vfs.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/corexy.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/wall_plotter.c
|
||||
)
|
||||
|
||||
12
changelog.md
12
changelog.md
@@ -1,5 +1,17 @@
|
||||
## grblHAL changelog
|
||||
|
||||
<a name="20230417"/>20230417
|
||||
|
||||
Core:
|
||||
|
||||
* Added missing files to CMakeLists.txt \(used by RP2040 build\).
|
||||
|
||||
Drivers:
|
||||
|
||||
* RP2040: Fix for incorrect step signals sent to PIO for ganged axes, [issue #60](https://github.com/grblHAL/RP2040/issues/60).
|
||||
|
||||
---
|
||||
|
||||
<a name="20230416"/>20230416
|
||||
|
||||
Core:
|
||||
|
||||
Reference in New Issue
Block a user