This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
Conversation
This file contains 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
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.
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.
Standardized the memory allocations. (Extended from PR 418)
PyJTAG: LTE uart 1
Previous commit 84b9fd1 has only shortened the hash, but failed to update it. This commit fixes it
Pybytes config block
…alidation is needed
Fix an issue in wrap_socket() results exception when no certificate validation is needed
…#129) Co-authored-by: Andreas Motl <[email protected]>
…when lopy set in ap mode (#128) Co-authored-by: Antoine Gicquel <[email protected]>
This reverts commit c9b534a.
This reverts commit 73f0021.
catalinio
approved these changes
Jun 10, 2020
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this pull request
May 12, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.