File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212
1313#define FN_VERSION_MAJOR 1
1414#define FN_VERSION_MINOR 5
15- #define FN_VERSION_PATCH 1
15+ #define FN_VERSION_PATCH 2
1616
1717#define FN_VERSION_BUILD "a791667fe8645b03fc660f337bdb8cf8fe6b9cef"
1818
19- #define FN_VERSION_DATE "2025-09-08 07:43:48 "
19+ #define FN_VERSION_DATE "2025-12-17 08:35:55 "
2020
21- #define FN_VERSION_FULL "v1.5.1 "
21+ #define FN_VERSION_FULL "v1.5.2 "
2222
2323#endif /* _VERSION_H */
Original file line number Diff line number Diff line change @@ -277,12 +277,14 @@ void systemBus::service()
277277 {
278278 _modemDev->rs232_handle_modem ();
279279 }
280+ #if 0
280281 else
281282 // Neither CMD nor active modem, so throw out any stray input data
282283 {
283284 //Debug_println("RS232 Srvc Flush");
284285 fnUartBUS.flush_input();
285286 }
287+ #endif // 0
286288
287289 // Handle interrupts from network protocols
288290 for (int i = 0 ; i < 8 ; i++)
Original file line number Diff line number Diff line change @@ -2437,7 +2437,7 @@ CONFIG_VFS_SUPPORT_SELECT=y
24372437CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y
24382438# CONFIG_VFS_SELECT_IN_RAM is not set
24392439CONFIG_VFS_SUPPORT_TERMIOS=y
2440- CONFIG_VFS_MAX_COUNT=8
2440+ CONFIG_VFS_MAX_COUNT=20
24412441
24422442#
24432443# Host File System I/O (Semihosting)
You can’t perform that action at this time.
0 commit comments