STM32/LPC11C24 examples: branding

This commit is contained in:
Pavel Kirienko 2014-09-10 14:13:41 +04:00
parent 8ecdd6586a
commit deaff8323e
6 changed files with 5 additions and 9 deletions

View File

@ -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
#

View File

@ -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

View File

@ -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`.

View File

@ -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>

View File

@ -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>

View File

@ -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>