summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2020-05-30 07:35:19 +1000
committerDamien George <damien.p.george@gmail.com>2020-06-02 15:43:44 +1000
commit8e591d412a9922d71629f4fea74954d547f0c955 (patch)
treeef29526c48d028f778fa8c452432ce8019ab9daa /docs/esp8266
parentb2030e1661ccf58cb0f62cba0c2009f97ebbf455 (diff)
downloadmicropython-8e591d412a9922d71629f4fea74954d547f0c955.tar.gz
micropython-8e591d412a9922d71629f4fea74954d547f0c955.zip
minimal: Make build more flexible and work as 64-bit build.
Changes are: - string0 is no longer built when building for host as the target, because it'll be provided by the system libc and may in some cases clash with the system one (eg on OSX). - mp_int_t/mp_uint_t are defined in terms of intptr_t/uintptr_t to support both 32-bit and 64-bit builds. - Configuration values which are the default in py/mpconfig.h are removed from mpconfigport.h to make the configuration a bit more minimal, eg as a better starting point for new ports.
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions