David O'Connor
David O'Connor
Thanks! You were right - I didn't have a BLE stack installed. Using those Release Notes steps and CubeProgrammer, I updated the FUS and installed the BLE firmware. Got the...
Can I use your `memory.x` section verbatim for a xG variant? (This is the MMG module, although it works with the Nucleo ST Package evidently). It's what I've been using....
No. Switched to nRF. :(
This seems to be required for compatibility with the popular DS18B20 sensor as well, on the OneWire protocol.
Could this be due to downloading packages from pypi to inspect their dependencies, when not properly specified?
Hey dudes - as Sebastian implied, the root cause is the Python eco's inconsistent/incomplete way of specifying dependencies and package metadata. Unfortunately, the Pypi team is treating this as a...
[It's not as tough as you imply](https://github.com/David-OConnor/pydeps). You accept some risk by running the arbitrary code, but accepting things as they are isn't the right approach. We're already forcing this...
Before you step away - Can you think of a reason PyPi shouldn't differentiate between *no dependencies*, and *missing dependency data*? If going through existing releases is too bold, what...
I think the root cause is Python's been around for a while, and tries to maintain backwards compatibility. I agree - `setup.py` isn't an elegant way to do things, and...