Priit Laes
Priit Laes
Well, you first look which softdevice is supported, and then check the documentation for the properties of this version, for example S113's softdevice Flash size is 112.0 kB (0x1C000 bytes).
@standarddeviant You can follow these two pull requests to see how support for other nrf variants was added: * nrf52833: #270 * nrf52832: #211
@petekubiak Could you split out the uuid parser/generator macro as separate PR? This would immensely improve implementing services with 128-bit Uuids: ```rust let mut uart_service = table // #[gatt_service(uuid =...
@kristof-mattei The `# touch: 1676417203` in the `.circleci/config.yml` file was probably added to re-trigger or retry circleci actions, so it could be removed.
> I would say that the actual KiCAD footprints are not that relevant for Part-DB. As long as the same part is used for the different footprint variants, it does...
> Nice work on the collaboration @ionspin and @fe1es. Sorry for taking so long to review - I'm not very comfortable with the radio driver code. > > This looks...
Sx1278 probably works with existing sx127x driver, when configured as sx1276 as in fact the datasheet / user manual actually displays `SX1276/77/78/79`. From manual: > The SX1276 and SX1279 offer...
> > Firstly, include cmake submodule using full repository url > > This complicates development in forks and we haven't seen any issues with this for years. Why qt-common submodule...
Anyway, as per "this complicates development in forks" is actually orthogonal to my experience as you would need to have set up `cmake` repositories in following places: * `../cmake` in...
> git clone --recursive handles this well? The problem arises when you want make changes in submodule then it is nearly impossible to test it out in own fork. I...