Frank Leon Rose
Frank Leon Rose
This works for me, given a `sqlvec-query` and `side-effecting-fn` to do something with each result. ``` (jdbc/with-db-transaction [tx *db*] (let [results (jdbc/reducible-query tx sqlvec-query {:fetch-size 1000})] (transduce (map side-effecting-fn) (constantly...
Yes, @valeros, most of the other boards support CMSIS. Perhaps all but the "Digistump DigiX" (hmm, looking at the data sheet, maybe that is just another sam3x.). I'm happy to...
All Atmelsam boards build cleanly with `framework = cmsis`.
@valeros Anything else you'd like to see here?
@valeros No, the entire CMSIS directory is from a single repo - https://github.com/ARM-software/CMSIS_5 - all the driver code is part of the framework. (Actually, I started with the CMSIS framework...
The STM32 variants have single ~5000 line files per processor whereas Atmel breaks them up by peripheral (~50-300 lines). They contain equivalent content: `#define`s for control registers.
Per-platform repos: I see what you mean now. And users will still be able to use `framework = cmsis` because the platform.json file will map that to the appropriate one....
Done.
Atmel Start is a configuration tool that generates code that uses Atmel's Advanced Software Framework - ASF4. However, the two are tightly coupled. I think of it as Atmel Start...
Given the high degree of coupling, I don't see a problem with `atmel-asf`. From my perspective, the entrypoint is [Atmel Start](https://start.atmel.com/), which is why I used that name. But anybody...