Releases in reverse chronological order.
Please check GitHub and close existing issues and pull requests.
- v8.0.0
- 4425dc3 rename MICRO_OS_PLUS_INTEGER_TRACE_SEMIHOSTING_BUFFER_ARRAY_SIZE
- d11f17e .vscode/settings.json: cmake.ignoreCMakeListsMissing
- 6942748 .vscode/settings.json: makefile.configureOnOpen
- v7.1.0
- 38d818b #7: rework, implement the newlib underscore functions
- 94c139c semihosting.h: add feature magic numbers
- 56799d5 update response to signed_register_t
- be0bea9 semihosting.h: explain C declaration not here
- 22c9f3d add preliminary xpack.json
2022-07-24 * bf2f2be xpack.json: add missing *-brk options 2022-07-24 * 61de2db xpack.json: no more camelCase for option names 2022-07-24 * 3b41c6f #6: rename startup cmdline & argv 2022-07-24 * 6dd77bb #5: remove socket functions
- v7.0.0 (not published on npmjs)
- 80c09e8 add experimental xpack.json
- 430bbbb #4: get rid of the C++ posix namespace
- v6.0.0 (not published on npmjs)
- 209fe7c reformat namespaces
- 0e96151 split semihosting-startup.cpp
- d0c8d25 rename semihosting-trace.cpp
- v5.0.0
- 25123f9 use param_block_t; rename SYS_GETCMDLINE
- 2a7e329 semihosting.h: add extra numbers
- v4.0.0
- f815aee trace-semihosting.cpp: add flush()
- 0eb2ebb .c* include <micro-os-plus/config.h>
- 7a079af rename MICRO_OS_PLUS_DEBUG
- 0a59d26 rename MICRO_OS_PLUS_TRACE
- v3.2.1
- v3.2.0
- 2a3d08b cmake: add xpack_display_target_lists
- edadab4 add meson support
- b9bbe9b trace-semihosting.cpp: fix casts
- 2072ae4 rework CMake, top config, no sources
- 99fd5b7 syscalls: move initialise_monitor_handles to startup
- v3.1.0
- rework CMake
- v3.0.3
- avoid select alias, it fails with arm-none-eabi-gcc 10.3 on Ubuntu
- v3.0.2
- v3.0.1
- fix/silence warnings
- v3.0.0
- rename micro_os_plus
- v2.1.0
- first restructured release
- v2.0.2
- cleanup deps
- update README developer info
- v2.0.1
- [#3] use void* field_t
- v2.0.0
- Use the posix:: namespace
- add debug breaks for unimplemented calls
- [#1] Update semihosting after OpenOCD new definitions; remove
report_exception()
- [#2] Add syscall functions
- v1.0.0
- initial version, copied from µOS++.