| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sming-docs.zip | 2023-12-20 | 34.2 MB | |
| sming-submodules.tgz | 2023-12-20 | 60.0 MB | |
| 5.1.0 source code.tar.gz | 2023-12-20 | 12.8 MB | |
| 5.1.0 source code.zip | 2023-12-20 | 14.2 MB | |
| README.md | 2023-12-20 | 2.1 kB | |
| Totals: 5 Items | 121.2 MB | 0 | |
We are happy to announce Sming version 5.1.0 - a new major release and our present for you this Christmas.
What's Changed
New features
- Update Graphics library with Host Touch and basic control support by @mikee47 in https://github.com/SmingHub/Sming/pull/2679
- IOControl library updates by @mikee47 in https://github.com/SmingHub/Sming/pull/2680
- Feature: add support for the wokwi simulator by @slaff in https://github.com/SmingHub/Sming/pull/2688
- Add MPU6050 library and sample code by @xeonqq in https://github.com/SmingHub/Sming/pull/2655
Improvements
- Add CStringArray::join() method by @mikee47 in https://github.com/SmingHub/Sming/pull/2668
- Add MemoryDataStream::reset() method by @mikee47 in https://github.com/SmingHub/Sming/pull/2677
- Add TRange contains(TRange&) overload by @mikee47 in https://github.com/SmingHub/Sming/pull/2678
- Patch for TCP segment size calculation issue. by @slaff in https://github.com/SmingHub/Sming/pull/2658
- Switch katacoda links to killercoda by @mikee47 in https://github.com/SmingHub/Sming/pull/2663
- Update rp2040 pico-sdk to latest (1.5.1 with additional bugfixes) by @mikee47 in https://github.com/SmingHub/Sming/pull/2667
Bug fixes
- Fix CallbackTimer::start not in IRAM by @mikee47 in https://github.com/SmingHub/Sming/pull/2676
- Fix Rp2040 bug setting UART fifo receive level by @mikee47 in https://github.com/SmingHub/Sming/pull/2666
- Bugfix: Rp2040 and Host
os_timer_setfn()can stall other timers by @mikee47 in https://github.com/SmingHub/Sming/pull/2672 - Fix IFS compile warnings/errors by @mikee47 in https://github.com/SmingHub/Sming/pull/2673
Breaking Changes
- Refactor command processor by @slaff in https://github.com/SmingHub/Sming/pull/2687
New Contributors
- @xeonqq made their first contribution in https://github.com/SmingHub/Sming/pull/2656
Full Changelog: https://github.com/SmingHub/Sming/compare/5.0.0...5.1.0