mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Changed "linux" target to "posix". Most of the changes are shared with QuRT and with OSX. The Linux specific parts are in for i2c which uses <linux/i2c.h> and <linux/i2c-dev.h>. There is also a check for __PX4_LINUX in mavlink for a tty ioctl that is not supported. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
11 lines
304 B
INI
11 lines
304 B
INI
# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on
|
|
# the first interface of a Quad FTDI chip. nTRST is bit 4.
|
|
interface ftdi
|
|
ftdi_vid_pid 0x0403 0x6011
|
|
|
|
ftdi_layout_init 0x0000 0x001b
|
|
ftdi_layout_signal nTRST -data 0x0010
|
|
|
|
source [find target/stm32f4x.cfg]
|
|
reset_config trst_only
|