-
Updated
Feb 3, 2021 - C
kernel
Here are 2,499 public repositories matching this topic...
-
Updated
Mar 17, 2021 - C
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 29, 2021 - Go
If I rattle on the keyboard I get ControlLeft coming up regularly, even though I am far from the control keys. Upgrading pc_keyboard to 0.5.0 seems to fix it.
-
Updated
Mar 28, 2021 - Rust
-
Updated
Mar 29, 2021 - Go
-
Updated
Mar 24, 2021 - Shell
-
Updated
Mar 28, 2021 - C
-
Updated
Feb 3, 2021 - C
-
Updated
Mar 20, 2021 - Go
With Tock running on this board with virtual_uart sitting on top of USB, the Nano 33 BLE is a reasonably promising board to be a standard, well supported Tock board. Additionally, if the board turns out to not be great, the infrastructure which would make the Nano 33 BLE work well would apply to any other board that has the nRF52840 + USB combination.
- Make the bootloader and tockloader ex
When root filesystem fails and drops to initramfs, it is impossible to mount fat32 boot partition to correct and error
the error message is "IO charset ascii not found".
I believe nls_ascii should be built-in to solve this problem
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2020 - C
-
Updated
Mar 29, 2021 - Rust
-
Updated
Mar 29, 2021 - C++
Improve this page
Add a description, image, and links to the kernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kernel topic, visit your repo's landing page and select "manage topics."
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g.
IPv4.IsValid
.header.UDP and header.TCP don't currently have these functions; we should add them.