forked from tock/libtock-c
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openthread Progress Tracking PR #5
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
examples/lora/build-RadioLib.sh: remove depenency on /bin/bash
…tom-toolchain Remove custom RISC-V toolchain from Nix shell, remove Segger J-Link, update Tockloader to v1.11.0
This ensures that prior to building a C++ source file, both libc++ and newlib are available. It fixes a race condition in the GitHub actions CI which would fail by first building `examples/cxx_hello/main.cc`, which proceeded to build it with neither newlib or libc++ fetched. We make C++ objects depend on newlib as well, as they can feature includes from the C standard library.
AppMakefile: depend on libc++ and newlib for cc,cpp,cxx build rules
Co-authored-by: Pat Pannuto <pat.pannuto@gmail.com>
Previous implementation overflowed an intermediate calculation when computing the time in microseconds. This implementation resolves the overflow and also provides comments and assertion statements to guard against future overflow bugs.
Alarm overflow - gettimeasticks
I think Tyler just copied this wrong. I put in the version I was using.
alarm: setting alarm 1073741818ms after 22ms. It's currently 26
IEEE 802.15.4 Updates for Kernel Ring Buffer
readme: no RISCV flag
Update elf2tab in nix shell
Not planning on using app_state for openthread anymore. See tock/tock#3905 This reverts commit 8b2dc67.
also ignoring reference_ms in alarm_at_ms Co-Authored-By: Samir Rashid <samir-rashid@users.noreply.github.com>
Co-Authored-By: Samir Rashid <samir-rashid@users.noreply.github.com>
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…s/courses/2018-11-SenSys/sensys_udp_rx/server/express-4.19.2 build(deps): bump express from 4.17.3 to 4.19.2 in /examples/courses/2018-11-SenSys/sensys_udp_rx/server
make: tocklib: fix debug comment
This fixes an issue when multiple Tock libraries are used in the same build. With `?=`, the value is "reset" for each instantiation of TockLibrary, causing the build directory for all libraries to be set to whichever library is included last. With `:=` this does not occur.
Building libraries in the context of other compilations seems to need the directory for all source files.
u8g2: use paths in src file
make: TockLibrary: unconditionally set build dir
we are done :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New PR to continue tracking. Based on the last PR, this branch was relatively stable the whole time. I don't think there will be any issues if @ tyler-potyondy wants to stay up to date with this. Of course, there may be bugs.