Project

General

Profile

Revision 283

deleted stuff

View differences:

proj/include/hltp.h
1
#ifndef HLTP_H_INCLUDED
2
#define HLTP_H_INCLUDED
3

  
4
#endif //HLTP_H_INCLUDED
5 0

  
proj/include/nctp.h
1
#ifndef NCTP_H_INCLUDED
2
#define NCTP_H_INCLUDED
3

  
4
#endif //NCTP_H_INCLUDED
5 0

  
proj/src/hltp.c
1
#include <lcom/lcf.h>
2

  
3
#include "hltp.h"
4

  
5
#include "nctp.h"
6 0

  
proj/libs/peripherals/src/uart.c
275 275
    return uart_set_ier(base_addr, ier);
276 276
}
277 277

  
278
#include "nctp.h"
278
/// NCTP
279 279

  
280 280
#define NCTP_START      0x80
281 281
#define NCTP_END        0xFF
proj/DR.mk
5 5
.PATH: ${.CURDIR}/libs/classes/src
6 6
.PATH: ${.CURDIR}/libs/utils/src
7 7

  
8
SRCS= proj.c list.c queue.c graph.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c rectangle.c font.c xpm_utils.c ent.c rtc.c uart.c hltp.c makecode_map.c
8
SRCS= proj.c list.c queue.c graph.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c rectangle.c font.c xpm_utils.c ent.c rtc.c uart.c makecode_map.c
9 9
IPATHS=-I./include -I./libs/peripherals/include -I./libs/classes/include -I./libs/utils/include -I./maps -I./media/xpm
10 10

  
11 11
CPPFLAGS += -pedantic ${IPATHS} -D LCOM_MACRO -D DIOGO #-D __LCOM_OPTIMIZED_

Also available in: Unified diff