Skip to content

REL-1.15

Compare
Choose a tag to compare
@aabadie aabadie released this 25 Apr 08:54
· 414 commits to main since this release
96a54a0

What's Changed

New features

  • projects: add gateway application with long range radio, switch sailbot to use long range by @aabadie in #272
  • crypto: add software sha256 and ed25519 by @aabadie in #282
  • OTAP: add basic support for crypto primitives (sha256 hash, ed25519 signature) by @aabadie in #283
  • bsp: add SPIM driver by @aabadie in #286
  • drv: add LZ4 compression library and sample application by @aabadie in #294
  • drv: add N25Q128 SPI flash memory driver by @aabadie in #291
  • drv: include uzlib compression/decompression library + sample application by @aabadie in #296

Bugs fixed

  • projects/03app_dotbot_gateway: fix timing bug when using buttons to control a dotbot by @aabadie in #266
  • bsp/uart: fix unexpected extra byte sent by @aabadie in #287

Other Changes

  • doc: fix DK board names in getting started page by @aabadie in #265
  • projects/03app_dotbot_gateway: add user feedback using LEDs by @aabadie in #267
  • 268 add support for 4 simulatenous lighthouse basestations to the lh2 bsp by @SaidAlvarado in #273
  • .github: bump actions versions by @aabadie in #295
  • drv: add as5048b rotary encoder driver and sample application by @Zimrahin in #279
  • SailBot: Wind Sensor Integration and Bug Fixes by @Zimrahin in #297
  • projects: add simple application to retrieve and print device information (ID, cpu type, addr) by @aabadie in #300

New Contributors

Full Changelog: REL-1.14...REL-1.15