adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

STM32F405 Feather Request #745

Open AbhinavM98 opened 7 months ago

AbhinavM98 commented 7 months ago

Seeing the following error in Python 3.8.3 Shell: Adafruit-PlatformDetect version 3.55.0 was unable to identify the board and/or microcontroller running the Darwin platform.

Seeing the following prompt on Terminal after executing "python -i" command: Python 3.7.6 (default, Jan 8 2020, 13:42:34) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Not sure what this is supposed to mean :( I am fairly new to this so I don't really understand where I am messing up.