mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
TMS570: Add some placeholders for missing logic; fix some conditional compilation
This commit is contained in:
@@ -412,11 +412,21 @@ void arm_boot(void)
|
||||
#ifdef CONFIG_TMS570_DCAN2
|
||||
| SYS_MSIENA_DCAN2_RAM
|
||||
#endif
|
||||
#ifdef CONFIG_TMS570_MIBASPI1
|
||||
#ifdef CONFIG_TMS570_MIBADC
|
||||
| SYS_MSIENA_MIBADC_RAM
|
||||
#endif
|
||||
);
|
||||
|
||||
#ifdef CONFIG_TMS570_SELFTEST
|
||||
/* Test the parity protection mechanism for peripheral RAMs */
|
||||
#warning Missing logic
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TMS570_MIBASPI1
|
||||
/* Wait for MibSPI1 RAM to complete initialization */
|
||||
#warning Missing logic
|
||||
#endif
|
||||
|
||||
/* Configure system response to error conditions */
|
||||
|
||||
tms570_esm_initialize();
|
||||
|
||||
Reference in New Issue
Block a user