mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 22:24:06 +08:00
STM32/LPC11C24 examples: branding
This commit is contained in:
parent
8ecdd6586a
commit
deaff8323e
@ -1,8 +1,4 @@
|
||||
#
|
||||
# Copyright (c) 2014 Courierdrone, courierdrone.com
|
||||
# Distributed under the MIT License, available in the file LICENSE.
|
||||
# Author: Pavel Kirienko <pavel.kirienko@courierdrone.com>
|
||||
#
|
||||
# Template for .gdbinit
|
||||
# Copy the file to .gdbinit in your project root, and adjust the path below to match your system
|
||||
#
|
||||
|
||||
@ -44,4 +44,4 @@ RELEASE_OPT = -Os -fomit-frame-pointer
|
||||
DEBUG_OPT = -Os -g3
|
||||
#USE_OPT = -flto
|
||||
|
||||
include crdr_chibios/rules_stm32f105_107.mk
|
||||
include zubax_chibios/rules_stm32f105_107.mk
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
UAVCAN test project for STM32
|
||||
-----------------------------
|
||||
|
||||
Please checkout/symlink https://github.com/Courierdrone/crdr_chibios into subdirectory `crdr_chibios`; then follow instructions in `crdr_chibios/README.md`.
|
||||
Please checkout/symlink https://github.com/Zubax/zubax_chibios into subdirectory `zubax_chibios`; then follow instructions in `zubax_chibios/README.md`.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <crdr_chibios/sys/sys.h>
|
||||
#include <zubax_chibios/sys/sys.h>
|
||||
#include <uavcan_stm32/uavcan_stm32.hpp>
|
||||
#include <uavcan/protocol/global_time_sync_slave.hpp>
|
||||
|
||||
|
||||
@ -26,4 +26,4 @@
|
||||
#define PORT_IDLE_THREAD_STACK_SIZE 64
|
||||
#define PORT_INT_REQUIRED_STACK 256
|
||||
|
||||
#include <crdr_chibios/sys/chconf_tail.h>
|
||||
#include <zubax_chibios/sys/chconf_tail.h>
|
||||
|
||||
@ -29,4 +29,4 @@
|
||||
#define SERIAL_DEFAULT_BITRATE 115200
|
||||
#define SERIAL_BUFFERS_SIZE 128
|
||||
|
||||
#include <crdr_chibios/sys/halconf_tail.h>
|
||||
#include <zubax_chibios/sys/halconf_tail.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user