Changes between Version 65 and Version 66 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-14T09:02:11Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v65 v66 15 15 * Basic build tests executed with each commit via Travis CI 16 16 * Kernel console improvements: 17 * Kernel output is now mirrored to the serial port by default on x86[_64]platforms. This is complemented by `tools/ew.py` connecting serial port to console stdio by default (can be overridden using `-noserial`, see below).17 * Kernel output is now mirrored to the serial port by default on amd64, arm32/icp and ia32 platforms. This is complemented by `tools/ew.py` connecting serial port to console stdio by default (can be overridden using `-noserial`, see below). 18 18 * Kernel console output printed from user tasks via `kio_printf()` facility is now prefixed with the identity of the source, and some effort is made to prevent splitting of lines. 19 19 * When an assertion fails in a user task, the full report is printed to kernel console before an attempt is made to print it via regular channels.