-
Many embedded developers are familiar with using IDEs for development. VSCode is quite popular. Creating a Tock extension for VSCode that setup a dev environment with the relevant source repos and too…
-
I tried the example test case introduced in https://doc.akka.io/docs/akka/current/typed/testing-async.html#controlling-the-scheduler,
even if I change the first call to `manualTime.expectNoMessage…
-
-
### Description
It appears that the boot log that reports the active ROM_EXT is incorrect in some scenarios. Notice the following from the abridge firmware log after performing a firmware update that…
jettr updated
1 month ago
-
https://www.tockos.org/hardware/ shows the full Table of Contents, but the page content is cut off after the "imix" section, and the links to e.g. the stm32-discovery lead nowhere, despite clearly bei…
-
I've noticed people are filing a lot of issues that say projects are non-billable, even when they are for a clear tock item. I think we need to update our guidance to move away from the idea of billab…
-
It doesnt work on aframe 1.1.0. It crushes as soon as the component is added to a entity that in the scene.
```js
Uncaught TypeError: Cannot read property 'array' of undefined
at TextGeometry.c…
-
The example quest-physics.html gives this error with Aframe 1.4.0
physics.js:666 Uncaught TypeError: Cannot read properties of undefined (reading 'clamp')
at i.tock (physics.js:666:36)
at…
-
Running the tasks with `BAAI/bge-visualized-base-base/m3` and getting errors like below
```
ERROR:mteb.evaluation.MTEB:Error while evaluating InfoSeekIT2TRetrieval: The size of tensor a (516) must m…
-
Could we add intrinsics for calling Software Interrupts (the SWI or SVC instruction)? We probably also want a mechanism for marshalling some number of integer arguments into registers, and back out ag…