mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2026-04-05 21:15:10 +00:00
fix #2 display SDRAM initialize error messages with RTL8710. \n add dummy SdrControllerInit() in sdk/src/targets/hal/target_rtk/target_8195a/hal_sdr_controller.c\n Makefile selects build/hal_sdr_controller.o or sdk/lib/hal_sdr_controlle.o (this file is extracted from lib_platform.a)\n modify lib_platform.a (remove hal_sdr_controller.o and startup.o)
This commit is contained in:
parent
90aaf470f8
commit
d5d2f9294a
5 changed files with 28 additions and 1 deletions
BIN
sdk/lib/hal_sdr_controller.o
Normal file
BIN
sdk/lib/hal_sdr_controller.o
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
#include "rtl8195a.h"
|
||||
|
||||
uint32_t SdrControllerInit(void) __attribute__((section(".hal.ram.text")));
|
||||
|
||||
uint32_t SdrControllerInit(void)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue