GM6000 Digital Heater Controller
Branch: main
SDX-1330
Main Page
Namespaces
Components
Files
File List
File Members
Bsp
Initech
alpha1
console
Output.h
Go to the documentation of this file.
1
#ifndef Bsp_Stm32_Console_h_
2
#define Bsp_Stm32_Console_h_
3
/*-----------------------------------------------------------------------------
4
* This file is part of the Colony.Core Project. The Colony.Core Project is an
5
* open source project with a BSD type of licensing agreement. See the license
6
* agreement (license.txt) in the top/ directory or on the Internet at
7
* http://integerfox.com/colony.core/license.txt
8
*
9
* Copyright (c) 2017 John T. Taylor
10
*
11
* Redistributions of the source code must retain the above copyright notice.
12
*----------------------------------------------------------------------------*/
13
/** @file */
14
15
#include "colony_config.h"
16
#include "
Cpl/Io/Serial/ST/M32F4/InputOutput.h
"
17
18
/** Default size of the software TX FIFO used by the console UART Stream
19
*/
20
#ifndef OPTION_BSP_CONSOLE_TX_FIFO_SIZE
21
#define OPTION_BSP_CONSOLE_TX_FIFO_SIZE 1024
22
#endif
23
24
/** Default size of the software RX FIFO used by the console UART Stream
25
*/
26
#ifndef OPTION_BSP_CONSOLE_RX_FIFO_SIZE
27
#define OPTION_BSP_CONSOLE_RX_FIFO_SIZE 1024
28
#endif
29
30
31
32
/// Expose the Console stream
33
extern
Cpl::Io::Serial::ST::M32F4::InputOutput
g_bspConsoleStream
;
34
35
36
#endif
// end header latch
g_bspConsoleStream
Cpl::Io::Serial::ST::M32F4::InputOutput g_bspConsoleStream
Expose the Console stream.
InputOutput.h
Cpl::Io::Serial::ST::M32F4::InputOutput
This concrete class implements the InputOutput stream interface built on top of ST HAL Layer/SDK.
Definition
InputOutput.h:43
Generated on Sat Jan 18 2025 22:23:55 for GM6000 Digital Heater Controller by
1.9.8