microbit-foundation / dev-docs

The content of the tech.microbit.org site
https://tech.microbit.org
Other
56 stars 70 forks source link

py-ocd description deprecated #207

Closed ngammarano closed 2 years ago

ngammarano commented 3 years ago

Description

In the reading out .hex files (more specifically py-ocd), it says

  • Python 2 (pyOCD is not supported in Python3)

However, in the README of pyOCD GitHub repository, it says:

Requirements

  • Python 3.6.0 or later. Currently Python 2.7.9 or later also works, but see note above about Python 2 support being deprecated.
microbit-carlos commented 2 years ago

Thanks for the report @ngammarano. You are 100% right, PyOCD has supported Python3 for a little while 🎉 However, as this section has changed this change is no longer required in the docs: https://tech.microbit.org/software/hex-format/#reading-out-a-hex-file

Thanks again!