using LPUART to forward Bluetooth messages !
This commit is contained in:
@@ -171,6 +171,17 @@ SECTIONS
|
||||
. = ALIGN(8);
|
||||
} >RAM_D1
|
||||
|
||||
|
||||
.dma_buffer :
|
||||
{
|
||||
/*_framebuffer =.; */
|
||||
/*__framebuffer_start__ = _framebuffer; */
|
||||
*(.dma_buffer)
|
||||
*(.dma_buffer*)
|
||||
|
||||
} >RAM_D3
|
||||
|
||||
|
||||
/* Remove information from the standard libraries */
|
||||
/DISCARD/ :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user