Skip to content

Releases: jtguggedal/fw-nrfconnect-nrf

PCA20035 pilot v0.1.0-rc10

11 Apr 18:16
Compare
Choose a tag to compare
Pre-release
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

10 Apr 09:24
Compare
Choose a tag to compare
Pre-release
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

05 Apr 12:36
Compare
Choose a tag to compare
Pre-release
manifest: Update -zephyr hash

Update -zephyr repo hash.

Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>

PCA20035 pilot v0.1.0-rc7

05 Apr 11:51
Compare
Choose a tag to compare
Pre-release
manifest: Update -zephyr reference

Update -zephyr repo hash.

Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>

PCA20035 pilot v0.1.0-rc6

02 Apr 11:06
Compare
Choose a tag to compare
Pre-release
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

26 Mar 15:00
Compare
Choose a tag to compare
Pre-release
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

26 Mar 13:48
Compare
Choose a tag to compare
Pre-release
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

26 Mar 11:30
Compare
Choose a tag to compare
Pre-release
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

20 Mar 13:13
Compare
Choose a tag to compare
Pre-release
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

20 Mar 11:31
Compare
Choose a tag to compare
Pre-release
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>