Fix PIC32 ramfunc logic; add rectangle graphic functions

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-10-17 17:52:55 +00:00
parent 9a6d840346
commit 780cc915c5

View File

@ -43,6 +43,7 @@
#include <arch/pic32mx/cp0.h>
#include "pic32mx-config.h"
#include "pic32mx-bmx.h"
#include "excptmacros.h"
/****************************************************************************
@ -333,13 +334,13 @@ __start:
*/
la t1, _bmxdkpba_address
la t2, BMXDKPBA
la t2, PIC32MX_BMX_DKPBA
sw t1, 0(t2)
la t1, _bmxdudba_address
la t2, BMXDUDBA
la t2, PIC32MX_BMX_DUDBA
sw t1, 0(t2)
la t1, _bmxdupba_address
la t2, BMXDUPBA
la t2, PIC32MX_BMX_DUPBA
sw t1, 0(t2)
.Lnoramfuncs:
#endif