Marti Bolivar

Results 50 comments of Marti Bolivar

Looking at this SAADC peripheral a bit more, there are at least two cases to support: - Cluster does not contain dim, dimIncrement, and dimIndex child nodes (such as the...

Here's a snippet of the vendor-provided CMSIS core header showing how the two cases break down in memory: ``` typedef struct { __IO uint32_t LIMITH; /*!< Description cluster[0]: Last results...

*Edit* copy/paste error on first post. OK, I've re-run the measurements, including with a Javscript file that runs the commands. I've updated Atom and other system software, so all of...

Update: UI updates in atom-build do account for the slowdown. **Variation 1** I tried a similar .atom-build.yml that: 1. Forces a clean build every time 2. Silences all build output...

Sure thing! This is a 'killer' feature for me and I'm very interested in Atom, so I'm glad it's useful. I'll try to find some time this weekend to take...

> By the way I wonder whether west more generally supports the concept of a **transactional west update**. Last time I tried it did not. It does not, and I...

> Well, west could try and `git --rebase abort` if it fails! Or it could implement its own git checkpoint system... That's getting mighty fancy IMO, and asking for trouble...

> Just to make sure: "failing the whole process" does not refer here to any "transactional" rebase, right? It does leave some repos successfully rebased and others not? Yes, individual...

I've been thinking about this a bit more. - I think `set_zephyr_base()` should be moved to the zephyr repository, with all of its extensions inheriting from a class that calls...