Skip to content

v1.5.1

Compare
Choose a tag to compare
@SPRESENSE SPRESENSE released this 10 Mar 06:51
· 2336 commits to master since this release
0e7b2b1

SPRESENSE v1.5.1 release (2020/3/10)

Summary

Feature enhancements

Improved features

  • [GNSS] Fix a problem that the velocity of PVT log is incorrect.

  • [Sleep] Fix an issue where it would not wake up when entering Deep Sleep after more than 36 hours of power on.

New examples

  • [Audio] Add an example (audio_sound_effector) of sound effector with low latency.

How to get source codes

$ git clone --recursive https://github.com/sonydevworld/spresense.git -b v1.5.1


(Below is in Japanese)

概要

拡張された機能

  • [PWM] PWMの周波数を 1Hz から設定できるように対応しました。
    • 詳しくはこちらをご参照ください。

改善された機能

  • [GNSS] PVTログの速度の値が間違っている問題を修正しました

  • [Sleep] 電源ONから36時間経ってからDeep sleepを行うと起床できなくなる問題を修正しました

追加されたサンプル

  • [Audio] 低遅延で音声エフェクトを行うサンプル(audio_sound_effector)を追加しました

コード取得方法

$ git clone --recursive https://github.com/sonydevworld/spresense.git -b v1.5.1