Config.in 377 B

123456789101112
  1. config BR2_PACKAGE_MICROPYTHON
  2. bool "micropython"
  3. select BR2_PACKAGE_LIBFFI
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. Micro Python is a lean and fast implementation of the Python 3
  7. programming language that is optimised to run on a microcontroller.
  8. http://micropython.org
  9. comment "micropython needs a toolchain w/ threads"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS