Added missing files to CMakeLists.txt (used by RP2040 build).

This commit is contained in:
Terje Io
2023-04-17 08:28:42 +02:00
parent 498da9c6a4
commit fa6e524a24
2 changed files with 14 additions and 0 deletions

View File

@@ -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
)

View File

@@ -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: