Skip to content

v3.2.0

Compare
Choose a tag to compare
@SPRESENSE SPRESENSE released this 09 Feb 09:23
· 10 commits to develop since this release
77d75a4

SPRESENSE v3.2.0 release (2024/2/9)

Summary

New features and feature enhancements

  • [USB] Multiple Spresense boards can be connected to one PC via USB(MSC/CDC).

  • [GNSS] Support Michibiki disaster and crisis management report on the GNSS Add-on board.

    • The firmware of the GNSS Add-on board must be updated to use this feature.
    • GNSS Add-on board firmware updater will be released at a later date.
  • [MATH] Update math library to newlib 4.3.0.

Improved features

  • [LTE] Fix an issue where LTE initialization would fail after restarting if Watchdog expires while using LTE.
    Issue #676

Using this release for Arduino IDE

  • Please refer to tutorial for the first time.

  • Please update Spresense Arduino package via Boards Manager in Arduino IDE for others.


(Below is in Japanese)

概要

  • 機能拡張および機能改善を行いました。
  • 今回のリリースにより ブートローダの更新 が必要になります。

新規機能追加および機能拡張

  • [USB] 複数のSpresense基板をUSB(MSC/CDC)で1台のPCと接続できるようになりました。

  • [GNSS] GNSS Add-onボード向けにみちびき災危通報受信機能を追加しました。

    • 本機能を使うためには GNSS Add-on ボードのファームウェアップデートを行う必要があります。
    • GNSS Add-onボードファームウェアアップデートツールは後日リリースされる予定です。
  • [MATH] Mathライブラリをnewlib 4.3.0へ更新しました。

改善された機能

  • [LTE] LTE使用中にWatchdogが発火すると再起動した後にLTEの初期化に失敗する問題を修正しました。
    Issue #676

Arduino IDEでの利用方法

  • 初めてご利用の方はチュートリアルを参照してインストールしてください。

  • 既にインストール済みの方はArduino IDEのボードマネージャにてアップデートを行ってください。


Commits history(コミット履歴)

spresense-arduino-compatible.git

103647a boards.txt: Add libuecc.a
ae45eda Update library version
a2d3508 Update GNSS library version to 1.6.0
1f9869b Update Camera library version to 1.9.0
a56efef Update LTE library version to 1.4.0
ce97b9c Update SPI library version to 1.3.0
7595b6d ramconfig.ld: Fix end of gnssram bss section on ldscript
1f9e9f0 ramconfig.ld: Update link script files to use GNSS RAM
99f740f Update version to SDK3.2.0
9a24cb0 GNSS: Add example sketches for QZSS DC report
e1e20e1 cores/spresense/WInterrupt: Fix compile warning
5e11d2a Unique ID for USB driver
ef95bb7 platform.txt: Add include path to newlib math library
0b72948 Merge up-master into release for v3.2.0
cdebf08 core: HardwareSerial: Remove CR to NL conversion
3988b00 cores: Fix a compile error caused by streams.h update
8288810 Camera: Fix compile error by 'ioctl' is not declared
f93c7ea SPI: Rename inline_function to always_inline_function
a3f2d34 cores: Update prototype declaration of entrypoint
4ecee88 Camera: Fix compile error by video_uninitialize
d20487e LTE: Remove the PIN feature
c209fb3 core: Remove the initializer of global contructors
c814892 cores/spresense/WInterrupt: Select filter on/off on interrupts
b093d4d EEPROM: Update EEPROM library version to 2.0.2
42f8125 EEPROM: Fix open error by array access in initial state
76b9a7b Enable to use BLE APIs