Итого на данный момент поддерживаются:
Тюнеры (пока без RDS) в режиме автосканирования:
- RDA5807
- Si4703
- TEA5767
Аудиопроцессоры:
- TDA7439
- TDA7313
- PT2322/PT2323
Код: Выделить всё
In file included from display/dispdrv.c:7:0:
display/dispdrv.c: In function 'dispdrvInit':
display/dispdrv.c:143:9: error: 'DISP_DC_Port' undeclared (first use in this function); did you mean 'DISP_I2C_Port'?
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
display/dispdrv.c:143:9: note: each undeclared identifier is reported only once for each function it appears in
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
display/dispdrv.c:143:9: error: 'DISP_DC_Pin' undeclared (first use in this function); did you mean 'DISP_RD_Pin'?
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
make: *** [makefile:206: build/dispdrv.o] Error 1
Код: Выделить всё
In file included from display/dispdrv.c:7:0:
display/dispdrv.c: In function 'dispdrvInit':
display/dispdrv.c:143:9: error: 'DISP_DC_Port' undeclared (first use in this function); did you mean 'DISP_I2C_Port'?
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
display/dispdrv.c:143:9: note: each undeclared identifier is reported only once for each function it appears in
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
display/dispdrv.c:143:9: error: 'DISP_DC_Pin' undeclared (first use in this function); did you mean 'DISP_RD_Pin'?
SET(DISP_DC);
^
display/../pins.h:11:33: note: in definition of macro 'CONCAT'
#define CONCAT(x,y) x ## y
^
display/dispdrv.c:143:5: note: in expansion of macro 'SET'
SET(DISP_DC);
^~~
make: *** [makefile:206: build/dispdrv.o] Error 1