8000 Tags · afcarl/pycom-micropython-sigfox · GitHub
[go: up one dir, main page]

Skip to content

Tags: afcarl/pycom-micropython-sigfox

Tags

v1.20.0.rc12

Toggle v1.20.0.rc12's commit message
[v1.20.0.rc12] Release Candidate

### New Features
- Adding CoAp Micropython module
- Disable RGBLED functionality with Makefile switch RGB_LED=disable

### Improvments
- Updated pycom.nvs_get to support return of a predefined `NoExistValue` for unmatched Keys
- PYFW-104: Add timestamp metadata to files and folders
- Updated modlte
- [PYFW-86] Implement Fallback to Wifi when lte is disconnected
- [PYFW-214] Increase App partition Size For FIPy, GPy and LoPy4 to 1980K
- [PYFW-344] Refactor BLE
- Lorawan: Added support for the CN470 region

### Bug Fixes
- PYFW-348: Make RX buffer of machuart module configurable pycom#300

v1.20.0.rc11.2

Toggle v1.20.0.rc11.2's commit message
MicroPython 1.20.0.rc11.2

Add support for LoRa regions CN470 and IN865

This is a special customer pre-release and has only been tested on the LoPy4!

1.20.0.rc11.1

Toggle 1.20.0.rc11.1's commit message
MicroPython 1.20.0.rc11.1 & Pybytes 0.9.12

v1.20.0.rc11

Toggle v1.20.0.rc11's commit message
Merge remote-tracking branch 'Dev/master' into release-candidate

v1.18.2.r7

Toggle v1.18.2.r7's commit message
[v1.18.2.r7] Firmware release

### New Features
- Esp32 touchpad functionality exposed to micropy

### Improvements
- Added RSA signature generation API to moducrypto
- Added support for saving strings in NVS - PR pycom#226 , author: @psychogenic
- LTE class refactoring

### Bug Fix
- Fix UART.sendbreak not defaulting to 13 bits as suggested by Documentation Issue pycom#280

v1.18.2.r6

Toggle v1.18.2.r6's commit message
[v1.18.2.r6] Firmware release

### Bug Fix
- Updated LTE class to fix issue in modem FW version detection.

v1.18.2.r5

Toggle v1.18.2.r5's commit message
Merge remote-tracking branch 'iwahdan/master'

v1.20.0.rc10

Toggle v1.20.0.rc10's commit message
[v1.20.0.rc10] Release Candidate

Increased LoRa timer task Stack Size

v1.20.0.rc9

Toggle v1.20.0.rc9's commit message
[v1.20.0.rc9] Firmware release candidate

### Improvements:
- Releasing GIL when ssl handshake is performed.
- Allow PDN list update when carrier is defined in LTE
- Add support for LTE modem responses greater than UART buff size
- Added Check for LTE band support against both SW and HW versions of the LTE modem.
- Updated Sqns upgrade scripts to v1.2.5
### Bug Fixes:
- Enabling Access to 2nd SPI perf for GPY modules
- Use Hardware timers for Lora timer tick to fix RTOS timer drifts when cache is disabled.
- Updated OTA fixing failing OTAs after switching to Factory Partition.
- Fix crash when pin ISR handler fires (i.e. LoRa TX done) during flash operation PR pycom#278 by Martijn Thé  @martijnthe
- Remove defaulting of wifi max_tx_pwr  to level 20 in init()
- modlora: Reverted the rx spread factor in stats

v1.18.2.r4

Toggle v1.18.2.r4's commit message
[v1.18.2.r4] Firmware release

### Improvements:
- Releasing GIL when ssl handshake is performed.
- Allow PDN list update when carrier is defined in LTE
- Add support for LTE modem responses greater than UART buff size
- Added Check for LTE band support against both SW and HW versions of the LTE modem.
- Updated Sqns upgrade scripts to v1.2.5
### Bug Fixes:
- Enabling Access to 2nd SPI perf for GPY modules
- Use Hardware timers for Lora timer tick to fix RTOS timer drifts when cache is disabled.
0