Releases: hello-nrfcloud/firmware
Releases · hello-nrfcloud/firmware
v3.0.1
What's Changed
- app: boards: Fix LED color swap by @jtguggedal in #557
- modules: fota: Apply image on event by @simensrostad in #558
- modules: led: Set thread name by @stig-bjorlykke in #534
- modules: transport: Set thread name by @stig-bjorlykke in #533
- doc: Update link of the Ignion's antenna tuning page by @divipillai in #559
- Cifix by @jorgenmk in #560
- build: Add trace build configuration by @jorgenmk in #561
New Contributors
- @stig-bjorlykke made their first contribution in #534
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- docs: publish docs too zoomin by @DematteisGiacomo in #540
- workflows: small fix zoomin by @DematteisGiacomo in #541
- doc: updates to doc publish workflow by @divipillai in #542
- workflows: fix wrong workflow file by @DematteisGiacomo in #543
- doc: Updates to upload doc to Zoomin prod by @divipillai in #544
- doc: Update correct path for Zoomin prod by @divipillai in #545
- doc: Fixes to the doc publishing file by @divipillai in #546
- doc: link to new recovery guide by @maxd-nordic in #552
- manifest: Update to NCS 3.1.0 by @jorgenmk in #551
- workflows: fix permissions on zooming publish by @DematteisGiacomo in #555
- doc: Add the Antenna Tuning on Thingy:91 X by @divipillai in #554
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
- chore(deps): update zephyr-docker to v0.27.4 by @renovate in #371
- app: increase TASK_WDT_MIN_TIMEOUT by @DematteisGiacomo in #466
- tests: Fix uart_ordered() check by @jorgenmk in #465
- tests: xfactoryreset: Add retry, check return value by @jorgenmk in #467
- docs: add architecture documentation by @maxd-nordic in #455
- tests: on_target: add git to dockerfile by @DematteisGiacomo in #470
- Trace test by @dilner in #469
- tests: on_target: add new requirements by @DematteisGiacomo in #472
- tests: on_target: new test docker image by @DematteisGiacomo in #473
- docs: Update docs by @simensrostad in #476
- tests: on_target: add ppk test by @DematteisGiacomo in #474
- workflows: write permission to test stage by @DematteisGiacomo in #477
- workflows: dont build for on_target by @DematteisGiacomo in #478
- ci: refactor hex handling by @DematteisGiacomo in #453
- tests: Fix missing env var error by @jorgenmk in #479
- workflows: on_target: continue on error, commit badge by @DematteisGiacomo in #480
- tests: on_target: more PSM measurements by @DematteisGiacomo in #482
- Docs update 26 11 by @maxd-nordic in #481
- workflows: skip building for test changes by @DematteisGiacomo in #485
- tests: on_target: add memfault test by @dilner in #483
- tests: on_target: add fota fixture by @dilner in #484
- tests: Add report, restructure by @jorgenmk in #471
- tests: Fix workflow by @jorgenmk in #487
- doc: Cerate doc pages for Hello nRFcloud firmware by @divipillai in #486
- docs: Update link to documentation by @jtguggedal in #493
- workflows: fix no markers on schedule by @DematteisGiacomo in #494
- workflows: test on shcedule by @DematteisGiacomo in #495
- workflows: test on schedule, second attempt by @DematteisGiacomo in #496
- tests: memfault: Catch exception on testing memfault event by @jorgenmk in #488
- workflows: fix markers by @DematteisGiacomo in #497
- workflows: reset nightly cron by @DematteisGiacomo in #500
- workflows: fix markers again by @DematteisGiacomo in #498
- workflows: on_target: commit ppk badge always by @DematteisGiacomo in #502
- tests: on_target: update readme by @DematteisGiacomo in #501
- wip: Add doc build workflow by @jtguggedal in #503
- docs: Test build worfklow by @jtguggedal in #506
- Docs build git fix by @jtguggedal in #507
- Docs build copy by @jtguggedal in #508
- workflows: Update github token environment variable by @jtguggedal in #509
- workflows: Set permissions to doc build job by @jtguggedal in #510
- workflows: Fix doc build copy step by @jtguggedal in #511
- Docs: Add introduction by @jtguggedal in #513
- doc: doc fixes to the Hello nRF cloud docs by @divipillai in #514
- tests: on_target: small fix test fota by @DematteisGiacomo in #515
- docs: commit if changes only by @DematteisGiacomo in #516
- tests: on_target: relax test timeouts by @DematteisGiacomo in #517
- sonarcloud: fix on pull request event by @DematteisGiacomo in #518
- app: led: Add LED pattern for FOTA by @jtguggedal in #519
- docs: Restructure about section to two separate pages by @jtguggedal in #521
- docs: Fix typo by @jtguggedal in #522
- app: Disable CONFIG_NRF_CLOUD_COAP_DOWNLOADS by @jtguggedal in #523
- tests: on_target: re-add fota resumption by @DematteisGiacomo in #512
- tests: on_target: t91x_board fixture scoped function by @DematteisGiacomo in #524
- tests: on_target: use 202 mfw by @DematteisGiacomo in #527
- tests: on_target: some code cleanup by @DematteisGiacomo in #529
- docs: factory reset by @maxd-nordic in #530
- doc: Add link for devzone by @divipillai in #531
- tests: on_target: fix app fota test by @DematteisGiacomo in #535
New Contributors
- @divipillai made their first contribution in #486
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- modules: memfault: Increase Memfault event storage by @jtguggedal in #462
Full Changelog: v2.0.0...v2.0.1
v2.0.0
modules: shell: Add wait before UARTs are suspended Add a short wait before UARTs are suspended to leave time to empty the buffers. Otherwise an assert will kick in because the TX_STOPPED event has not been received before suspending the UARTs. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
v2.0.0-preview64
What's Changed
- led: Increase LED_MAX to UINT8_MAX by @simensrostad in #459
Full Changelog: v2.0.0-preview63...v2.0.0-preview64
v2.0.0-preview63
What's Changed
- workflows: revert memfault sw type and debug build by @DematteisGiacomo in #449
- workflows: dfu_check: no need for debug build by @DematteisGiacomo in #451
- led: Increase LED PWM strength by decreasing period by @simensrostad in #454
- tests: on_target: add 40k of modem traces test by @DematteisGiacomo in #456
- README: Update folder naming by @simensrostad in #457
- manifest: Update to v2.8.0-rc2 by @simensrostad in #458
Full Changelog: v2.0.0-preview62...v2.0.0-preview63
v2.0.0-preview62
ci: revert attach release assets change The attempt on reusing the previous build didn't work. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
v2.0.0-preview60
What's Changed
- manifest: Update sdk-nrf by @simensrostad in #440
- prj.conf: Remove duplicate configs by @simensrostad in #441
Full Changelog: v2.0.0-preview59...v2.0.0-preview60
v2.0.0-preview59
ci: fix frozen bootloader references This patch hopefully fixes the remaining references to the bootloader files. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>