Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

main.c

Blame
    • Paul Sokolovsky's avatar
      51726b4d
      unix: Allow to override default sys.path value. · 51726b4d
      Paul Sokolovsky authored
      Using MICROPY_PY_SYS_PATH_DEFAULT macro define. A usecase is building a
      distribution package, which should not have user home path by default in
      sys.path. In such case, MICROPY_PY_SYS_PATH_DEFAULT can be defined on
      make command-line (using CFLAGS_EXTRA).
      51726b4d
      History
      unix: Allow to override default sys.path value.
      Paul Sokolovsky authored
      Using MICROPY_PY_SYS_PATH_DEFAULT macro define. A usecase is building a
      distribution package, which should not have user home path by default in
      sys.path. In such case, MICROPY_PY_SYS_PATH_DEFAULT can be defined on
      make command-line (using CFLAGS_EXTRA).