Daniel Thompson
Daniel Thompson
@kylekirkby @Yang-96Boards @ric96 Who is responsible reviewing PRs like this one?
To be honest its rather odd that there is a summary of power available at all (we don't summarize the power available via the 5V line. Given the text on...
On Mon, Jun 11, 2018 at 07:36:55AM -0700, Adam Serbinski wrote: > Hi Daniel, > I'm not sure I agree with the comparison between 1.8 and 5v lines. When you're...
On Fri, Jul 06, 2018 at 12:06:31AM -0700, Manivannan Sadhasivam wrote: > @daniel-thompson Should we get rid off the power supplies section in Page 19? Absolutely not! Just the "...
Seems to be exactly as reported in the title: https://www.96boards.org/documentation/consumer/ultra96/ultra96-v2/hardware-docs/ (first link on this page)
In theory you can follow a varient of the these instructions https://github.com/v923z/micropython-ulab#stm-based-boards (e.g. put ulab into the USER_C_MODULES path). Note that the wasp-os wrapper makefile automatically places the [wasp/modules](https://github.com/daniel-thompson/wasp-os/tree/master/wasp/modules) into...
The simplest way is just to `bitbake make-mod-scripts` (normally the recipe gets pulled by the following line in module-base.bbclass, `do_configure[depends] += "make-mod-scripts:do_compile"`). An example error log is below, it is...
Cool to see this sort of thing being worked on but I'm afraid I'm not sure about the way this is integrated into wasp-os. Firstly what is the benefit of...
Let me gently suggest that assuming exising wasp-os driver code is well organised is a mistake. The current driver code was hacked together at speed and, IIRC, *before* the current...
> So to summarize you would prefer a model where the (accelerometer) driver does everything without help from the system, if it needs to run periodically does that itself (via...