Skip to content

Commit cd22c2b

Browse files
committed
updated change log
1 parent d969d9b commit cd22c2b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
# Changelog
88

9+
## [1.13.rc] - 06-10-2025
10+
11+
### Added
12+
13+
- added basic core support for ESP32-S3 and ESP32-C3 MCU's (#881)
14+
15+
### Changed
16+
17+
- cycle loops modified to improve loop precision, based on inline assembly instructions or running free CPU cycle counters. These are CPU cycle loops that are used for very small (usually less then 2 or microseconds) (#884)
18+
919
## [1.12.4] - 07-08-2025
1020

1121
### Added
@@ -1929,6 +1939,7 @@ Version 1.1.0 comes with many added features and improvements over the previous
19291939

19301940
### Initial release
19311941

1942+
[1.13.rx]: https://github.com/Paciente8159/uCNC/releases/tag/v1.13.rc
19321943
[1.12.4]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.4
19331944
[1.12.3]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.3
19341945
[1.12.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.2

firmware.asm

-5.62 MB
Binary file not shown.

uCNC/src/cnc_build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C"
2525
#endif
2626

2727
#define CNC_MAJOR_MINOR_VERSION "1.13"
28-
#define CNC_PATCH_VERSION ".beta"
28+
#define CNC_PATCH_VERSION ".rc"
2929

3030
#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION
3131

0 commit comments

Comments
 (0)