소스 검색

added docs on 2 new boards

Andrew Tridgell 3 년 전
부모
커밋
efaf0d9e67
1개의 변경된 파일10개의 추가작업 그리고 6개의 파일을 삭제
  1. 10 6
      README.md

+ 10 - 6
README.md

@@ -7,14 +7,16 @@ ASTM F3586-22 Means of Compliance.
 
 
 ## Hardware Supported
 ## Hardware Supported
 
 
-So far the only hardware that has been tested is the ESP32-S3. This
-devboard is being used:
-https://au.mouser.com/ProductDetail/356-ESP32S3DEVKTM1N8
+The firmware cuttently supports the ESP32-S3 and ESP32-C3 chips. There
+are 3 boards supported so far with more to come:
 
 
-Hardware from https://wurzbachelectronics.com/ and
-https://bluemark.io/ is expected to work and will be tested soon.
+ - the ESP32-S3 dev board: https://au.mouser.com/ProductDetail/356-ESP32S3DEVKTM1N8
+ - a Bluemark BD110 from https://bluemark.io/
+ - a Bluemark BD200 from https://bluemark.io/
 
 
-The pins assumed in this firmware are:
+Hardware from https://wurzbachelectronics.com/ is expeced to be added soon.
+
+For the ESP32-S3 dev board the pins assumed in this firmware are:
 
 
  - UART TX on pin 17
  - UART TX on pin 17
  - UART RX on pin 18
  - UART RX on pin 18
@@ -28,6 +30,8 @@ You can also do MAVLink on the USB UART port (the one marked "UART" on
 the silkscreen). That allows for easy simulation testing by plugging
 the silkscreen). That allows for easy simulation testing by plugging
 in a micro USB cable.
 in a micro USB cable.
 
 
+See board_config.h and Makefile for information on porting to new boards.
+
 ## Transmission Modes
 ## Transmission Modes
 
 
 This firmware supports the following transmission modes:
 This firmware supports the following transmission modes: