Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
jeandet
- Mon, 03 Mar 2014 20:13:48
Show More
0
Doxyfile
Doxyfile
+1
-34
@@
-774,40
+774,7
INPUT_ENCODING = UTF-8
774
774
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
775
775
# *.qsf, *.as and *.js.
776
776
777
FILE_PATTERNS = *.c \
778
*.cc \
779
*.cxx \
780
*.cpp \
781
*.c++ \
782
*.d \
783
*.java \
784
*.ii \
785
*.ixx \
786
*.ipp \
787
*.i++ \
788
*.inl \
789
*.h \
790
*.hh \
791
*.hxx \
792
*.hpp \
793
*.h++ \
794
*.idl \
795
*.odl \
796
*.cs \
797
*.php \
798
*.php3 \
799
*.inc \
800
*.m \
801
*.markdown \
802
*.md \
803
*.mm \
804
*.dox \
805
*.py \
806
*.f90 \
807
*.f \
808
*.for \
809
*.vhd \
810
*.vhdl
777
FILE_PATTERNS = *.h
811
778
812
779
# The RECURSIVE tag can be used to specify whether or not subdirectories should
813
780
# be searched for input files as well.
0
include/PERIPHERALS/uart.h
include/PERIPHERALS/uart.h
+5
-7
@@
-64,7
+64,7
A simple example to read or writes on ua
64
64
extern "C" {
65
65
#endif
66
66
67
/**
67
/*!
68
68
* @brief uart handle
69
69
*
70
70
* uart_t is the handle type you will use for all uart related functions.
@@
-132,12
+132,10
typedef enum uartstopbits_t
132
132
133
133
134
134
135
/**
136
* @brief Uart open function
137
*
138
* This function opens the given uart, it should turn it ON iff needed and enable it.
139
* @param count The uart identifier uart1 for example
140
* @return The uart identifier on success or -1 if it fails.
135
/*!
136
This function opens the given uart, it should turn it ON iff needed and enable it.
137
@param count The uart identifier uart1 for example
138
@return The uart identifier on success or -1 if it fails.
141
139
*/
142
140
extern uart_t uartopen ( int count );
143
141
/**
0
mkspecs/features/libuc2.prf
mkspecs/features/libuc2.prf
+1
0
@@
-23,6
+23,7
INCLUDEPATH += $$[QT_INSTALL_HEADERS] \
23
23
$$[QT_INSTALL_HEADERS]/AUDIO \
24
24
$$[QT_INSTALL_HEADERS]/POWER \
25
25
$$[QT_INSTALL_HEADERS]/PERIPHERALS \
26
$$[QT_INSTALL_HEADERS]/USB \
26
27
$$[QT_INSTALL_HEADERS]/FLASH \
27
28
$$[QT_INSTALL_HEADERS]/ADC \
28
29
$$[QT_INSTALL_HEADERS]/GRAPHIC/CONTROLERS \
0
src/stm32f4/CPU/USB/STM32_USB_OTG_Driver/inc/usb_otg.h
src/stm32f4/CPU/USB/STM32_USB_OTG_Driver/inc/usb_otg.h
+1
-1
@@
-28,7
+28,7
28
28
/* Define to prevent recursive inclusion -------------------------------------*/
29
29
#ifndef __USB_OTG__
30
30
#define __USB_OTG__
31
31
#include <usbd_core.h>
32
32
33
33
/** @addtogroup USB_OTG_DRIVER
34
34
* @{
0
src/stm32f4/CPU/USB/USB.pri
src/stm32f4/CPU/USB/USB.pri
+1
0
@@
-17,6
+17,7
HEADERS += \
17
17
$${PWD}/STM32_USB_OTG_Driver/inc/usb_dcd.h \
18
18
$${PWD}/STM32_USB_OTG_Driver/inc/usb_core.h \
19
19
$${PWD}/STM32_USB_OTG_Driver/inc/usb_conf_template.h \
20
$${PWD}/STM32_USB_OTG_Driver/inc/usb_conf.h \
20
21
$${PWD}/STM32_USB_OTG_Driver/inc/usb_bsp.h
21
22
}
22
23
contains(USB , OTG){
0
src/stm32f4/stm32f4.pro
src/stm32f4/stm32f4.pro
+2
-1
@@
-7,7
+7,8
SUBDIRS = CORE/core.pro \
7
7
UART / uart . pro \
8
8
SPI / spi . pro \
9
9
I2C / i2c . pro \
10
SDCARD - SDIO / sdcard - sdio . pro
10
SDCARD - SDIO / sdcard - sdio . pro \
11
USB
11
12
12
13
13
14
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages