Releases: jtguggedal/fw-nrfconnect-nrf
Releases · jtguggedal/fw-nrfconnect-nrf
PCA20035 pilot v0.1.0-rc10
lib: at_host: Remove redundant mutex Removing redundant mutes, as there's only one context accessing the resource at the time. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc9
boards: arm: nrf9160_pca20035: Enable ADP536x buck discharge Discharging of the buck regulator is required for the board to function properly. This patch enables discharging by default. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc8
manifest: Update -zephyr hash Update -zephyr repo hash. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc7
manifest: Update -zephyr reference Update -zephyr repo hash. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc6
applications: asset_tracker: Remove DEBUG configuration By default, the application should not be configured as DEBUG. Without DEBUG enabled, the application will now reboot and reconnect to the network and nRF Cloud upon error. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc5
west: Update mcuboot repository reference Updating the MCUboot repository reference to point to the correct commit. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc4
west: Update mcuboot revision Reference to MCUboot revision is updated. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc3
lib: bsdlib: Add upper limit on timeout in bsd_os_timedwait A race occurs when a context calls bsd_os_timedwait to start waiting for an event on its socket. The event can happen between checking the event and blocking the thread. If it does, the RPC interrupt that was supposed to give the semaphore has has already fired before the semaphore was initialized and taken. Returning back to bsdlib after some maxmum period (currently 500 ms) avoids blocking forever, at the cost of some extra cycles checking in bsdlib if we missed the event every 500 ms. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc2
west: Update manifest with MCUboot SHA Updated MCUboot SHA to point to correct remote and commit. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
PCA20035 pilot v0.1.0-rc1
applications: Rename to usb_uart_bridge Renaming application from uart_to_usb to usb_uart_bridge. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>