forked from pycom/pycom-micropython-sigfox
- Notifications
You must be signed in to change notification settings - Fork 1
Merge pycom compatible ulab #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
1.20.2.rc6
Allow CTRL-D when using the Base VARIANT
Update pyexec.c
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.
LTE: add debug flag
Remove #define CONFIG_SECURE_BOOT_ENABLED 1 from sdkconfig.h when copying
Update get_idf_libs.py
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
check IDF git hash
[pybytes] updated to v1.4.0 (pymesh integration and coap client)
Update version number to 1.20.2.rc7
Release rc7 again
Correctly identify pymesh firmware
…when lopy set in ap mode (pycom#128) Co-authored-by: Antoine Gicquel <antoine.gicquel@mailoo.org>
This reverts commit c9b534a.
This reverts commit 73f0021.
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
Update updater.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
No description provided.