aboutsummaryrefslogtreecommitdiff
path: root/src/utils/boolean.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/boolean.ts')
0 files changed, 0 insertions, 0 deletions
/span>/+1 2023-01-14Upgrade of semihosting changed timingGravatar Henrik Tjäder 4-6/+12 New semihosting 0.5 does not use error handling, returns directly and as semihosting is generally slow this led to missing print statements. Workaround is to add NOP, which seems sufficient to let it flush the buffers 2023-01-11Missed hprintln with multilineGravatar Henrik Tjäder 4-12/+6 2023-01-11Remove ok() from hprintln!()Gravatar Henrik Tjäder 8-37/+37 sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) 2023-01-11Remove unwrap() from hprintln!()Gravatar Henrik Tjäder 26-56/+56 sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) 2023-01-04Fix Unicode ✓Gravatar Nathan 1-7/+7 2023-01-04Enable the targets chapterGravatar Henrik Tjäder 1-0/+1 2023-01-04dependabot: set "skip-changelog" labelGravatar Ralph Ursprung 1-0/+4 solves #682 2023-01-03Update os_pipe requirement from 0.9.2 to 1.1.2Gravatar dependabot[bot] 1-1/+1 Updates the requirements on [os_pipe](https://github.com/oconnor663/os_pipe.rs) to permit the latest version. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.2) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 2023-01-03Update cortex-m-semihosting requirement from 0.3.3 to 0.5.0Gravatar dependabot[bot] 1-1/+1 Updates the requirements on [cortex-m-semihosting](https://github.com/rust-embedded/cortex-m) to permit the latest version. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...v0.5.0) --- updated-dependencies: - dependency-name: cortex-m-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 2023-01-03Update panic-semihosting requirement from 0.5.2 to 0.6.0Gravatar dependabot[bot] 1-1/+1 Updates the requirements on [panic-semihosting](https://github.com/rust-embedded/cortex-m) to permit the latest version. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: panic-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 2023-01-03Bump actions/cache from 2 to 3Gravatar dependabot[bot] 1-1/+1 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 2023-01-03Bump everlytic/branch-merge from 1.1.2 to 1.1.5Gravatar dependabot[bot] 1-1/+1 Bumps [everlytic/branch-merge](https://github.com/everlytic/branch-merge) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/everlytic/branch-merge/releases) - [Commits](https://github.com/everlytic/branch-merge/compare/1.1.2...1.1.5) --- updated-dependencies: - dependency-name: everlytic/branch-merge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-01-03Bump actions/checkout from 1 to 3Gravatar dependabot[bot] 2-2/+2 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 2022-12-29Update example with SRP priority ceilingGravatar Nathan 1-17/+24