Skip to content

Conversation

@MKO1640
Copy link

@MKO1640 MKO1640 commented Aug 28, 2020

No description provided.

peter-pycom and others added 30 commits February 28, 2020 17:23
Allow CTRL-D when using the Base VARIANT
MicroPython's "gc_alloc" and "m_malloc" functions should probably not be invoked from within C-level RTOS extensions. Otherwise, the garbage collector might want to prune memory which does not really hold MicroPython objects. This eventually leads to random core panics.
Remove #define CONFIG_SECURE_BOOT_ENABLED 1 from sdkconfig.h when copying
add constants add 4 args to init() set the psm from init() add psm() to query current psm
LTE: Add API for Power Saving Mode
The layout of the config block should not be changed. It can grow at the end, but changing it in the middle would shift the rest and result in reading wrong values.
previously, ATH would regularly fail in LTE_RX_TIMEOUT_MIN_MS and then seemingly continue in the background, that's probably the reason for the while{AT} loop afterwards
instead of first delaying 300ms and then testing whether the modem is ready (AT), do the test first and delay afterwards if needed in normal situations this will save 300ms, otherwise it won't make a difference
instead of merely looking for the IDF git branch name, check the actual commit hash secondly, stop automatically switching the IDF working copy. Simply check and fail if it is not the expected hash
Also, shorten hash to 7 characters
[pybytes] updated to v1.4.0 (pymesh integration and coap client)
Update version number to 1.20.2.rc7
Correctly identify pymesh firmware
geza-pycom and others added 25 commits June 10, 2020 09:50
…#409. (pycom#129) Co-authored-by: Andreas Motl <andreas@hiveeyes.org>
…when lopy set in ap mode (pycom#128) Co-authored-by: Antoine Gicquel <antoine.gicquel@mailoo.org>
with depth=1, we cannot also do a git checkout IDF_HASH the speed difference between --depth=1 and not having it is 1m52 vs 1m58, so it never helped a lot anyway
Thanks to @robert-hh for the contribution via robert-hh@3b12fc5 Co-Authored-By: robert-hh <robert-hh@users.noreply.github.com>
* Update updater.py Add support for python3 Add support for PyGate Add support to update Sigfox credentials Formatting * Update pypic.py Add support for python3 Add support for Pytrack 2.0X / Pysense 2.0X
Add support to check/set the file system type ['FatFS' or 'LittleFS'] with new pycom parameter
@MKO1640 MKO1640 closed this Aug 28, 2020
@MKO1640 MKO1640 reopened this Aug 28, 2020
@MKO1640 MKO1640 closed this Aug 28, 2020
@MKO1640 MKO1640 deleted the Merge_Pycom-compatible-ulab branch August 28, 2020 17:29
@MKO1640 MKO1640 restored the Merge_Pycom-compatible-ulab branch August 28, 2020 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

8 participants