device-os
device-os copied to clipboard
Device OS (Firmware) for Particle Devices
### Problem Fix a common spelling mistake in some comments, basically: * `s/recieving/receiving/g` * `s/recieve/receive/g` ### Solution Puts the `e` before `i`, due to being after `c` ### Steps to...
### Problem The DeviceOS needs to describe the dependencies required to build itself in codified documentation. ### Solution Today, the Workbench has delineated the requirements of the DeviceOS in a...
### Problem User applications can change the keepalive interval of the cloud connection via the `Particle.keepAlive()` method. The interval can also be changed by the system depending on the cellular...
### Problem The default analog reference for nRF52840-based boards (Xenon, Argon, Boron) uses VDD/4. This is fine for stable input voltage (usb), but super not great if you're running off...
### Problem We'd like to have access to mbedTLS functions available in system-firmware from user application in certain cases. ### Solution This PR exports crypto dynalib from system side and...
Explain how to use APPLIBSV1 and APPLIBSV2 ### Problem The docs about APPLIBS are wrong. ### Solution Fix the docs! ### Steps to Test These variables are already tested in...
## POC. DO NOT MERGE AS-IS ### Description This is something I made some time ago while investigating CoAP issues for Gen 3 devices, so putting it here so it's...
### Changelog - Use protobuf to encode logging configuration requests. - Rename `FEATURE_CONFIGURABLE_LOGGING` to `FEATURE_LOG_CONFIG`. - Disable logging to `Serial` in listening mode. - Initialize user module in monolithic builds...
### Problem Implement monitor mode debug to support debugging in a BLE connection. #### Note **This PR is under development.** TODO: 1. Should we optimize makefile to support compile assembly...
### Problem The dependency information is incomplete, and the available information is unorganized and hard to process. ### Solution Introduced markdown tables to help standardize the dependencies and where to...