Skip to content

Releases: SEU-NetSI/Athena

2025.03

08 Mar 03:30
f7a5ee9

Choose a tag to compare

What's Changed

Function Change Log

  • cpx,slam,存储系统合并完毕,测试没有问题
  • uwb系统debug中
  • fram系统基础功能测试完毕,系统服务层测试完毕,接口内测中
  • ORE中断补丁修复上线
  • DEBUG_PRINTF不能在init中执行的原因已定位,即将补丁
  • W25Q64速度调快两倍到40MHz

Full Changelog: 2025.02...2025.03

2025.02

22 Jan 11:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2025.01latest...2025.02

本月新功能

  1. UWB全体合并进入
  2. 各大系统集成测试完毕
  3. FRAM即将在2025.03上线
  4. freertos.c清理,代码结构优化
  5. tickless-enhance和wakeup H7功能提交

2025.01

04 Jan 08:42
d89421e

Choose a tag to compare

Compared with 2025.01 Release Candidate1.

What's Changed

Full Changelog: 2025.01...2025.01latest

TBD

  • delete freertos.c in 2025.02

2025.01RC1

03 Jan 14:25
f4804d0

Choose a tag to compare

2025.01RC1 Pre-release
Pre-release

Monthly Pull Request
#9 Fix the write bug in FRAM driver @shibonW @mfxjx000205
#10 change the code structure @Iven0322
#11 Add flash flie system example @Iven0322
#12 Add Tof example @mfxjx000205
#17 Add debug_print example @eurkaaaa
#18 Add uartsend() function to ensure the USART3 polling send @eurkaaaa

new function

  1. debug print
  2. tof
  3. flash flie system

new change

  1. I2C3 is open, while USART3 disable its DMA.
  2. USART3 used to communicate with Crazyflie, so the only choice of UWB-deck's mode is IO2/IO3, it is now crash.
  3. Three important examples and Readme is added.
  4. In the closely future, the firmware(2025.01) is the stable firmware for users.

New Contributors

Full Changelog: 2024.12...2025.01

2024.12

29 Nov 10:45
1f24928

Choose a tag to compare

Athena efficiency Update in 2024.12

  1. add UWB driver, and fix the UWB SPI mode error. @hyx18234172491 @twinhorse @BrightUiv #6
  2. add FRAM BSP. @mfxjx000205 #5
  3. add debug_print, now it can print info from Athena to PC or Crazyflie via UART1 @eurkaaaa

What's Changed

New Contributors

Full Changelog: 2024.11...2024.12

2024.11

01 Nov 16:44

Choose a tag to compare

We have added a flight control subsystem that supports UART data transmission, integrated the DW3000 driver, and included a cluster ranging submodule (present as a submodule). The current version has progressed to this stage. We welcome testing to discover and resolve any bugs.

Full Changelog: https://github.com/SEU-NetSI/Athena/commits/2024.11