ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

HAL_QURT: revived QURT HAL

Open tridge opened this issue 1 year ago • 0 comments

This is a revival of the old QURT HAL for the new ModalAI boards This does not build yet. Issues:

  • what mutex type to use?
  • string functions missing, like strnlen()
  • doesn't yet build ARM frontend app

Testing:

  • use ./waf configure --board QURT
  • build: ./waf --target examples/UART_test

tridge avatar May 18 '24 11:05 tridge