Fix typos in comments.
This commit is contained in:
parent
f2c6a3f108
commit
be5a40c656
@ -575,7 +575,7 @@ void kinetis_pinirqinitialize(void);
|
|||||||
* Name: kinetis_pinirqattach
|
* Name: kinetis_pinirqattach
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Attach a pin interrupt handler. The normal initalization sequence is:
|
* Attach a pin interrupt handler. The normal initialization sequence is:
|
||||||
*
|
*
|
||||||
* 1. Call kinetis_pinconfig() to configure the interrupting pin (pin interrupts
|
* 1. Call kinetis_pinconfig() to configure the interrupting pin (pin interrupts
|
||||||
* will be disabled.
|
* will be disabled.
|
||||||
|
@ -255,7 +255,7 @@ void kinetis_pinirqinitialize(void)
|
|||||||
* Name: kinetis_pinirqattach
|
* Name: kinetis_pinirqattach
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Attach a pin interrupt handler. The normal initalization sequence is:
|
* Attach a pin interrupt handler. The normal initialization sequence is:
|
||||||
*
|
*
|
||||||
* 1. Call kinetis_pinconfig() to configure the interrupting pin (pin interrupts
|
* 1. Call kinetis_pinconfig() to configure the interrupting pin (pin interrupts
|
||||||
* will be disabled.
|
* will be disabled.
|
||||||
|
@ -358,7 +358,7 @@ bool kl_gpioread(uint32_t pinset);
|
|||||||
* Name: kl_gpioirqattach
|
* Name: kl_gpioirqattach
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Attach a pin interrupt handler. The normal initalization sequence is:
|
* Attach a pin interrupt handler. The normal initialization sequence is:
|
||||||
*
|
*
|
||||||
* 1. Call kl_configgpio() to configure the interrupting pin (pin interrupts
|
* 1. Call kl_configgpio() to configure the interrupting pin (pin interrupts
|
||||||
* will be disabled.
|
* will be disabled.
|
||||||
|
@ -374,7 +374,7 @@ void s32k1xx_pinirq_initialize(void);
|
|||||||
* Name: s32k1xx_pinirqattach
|
* Name: s32k1xx_pinirqattach
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Attach a pin interrupt handler. The normal initalization sequence is:
|
* Attach a pin interrupt handler. The normal initialization sequence is:
|
||||||
*
|
*
|
||||||
* 1. Call s32k1xx_pinconfig() to configure the interrupting pin (pin interrupts
|
* 1. Call s32k1xx_pinconfig() to configure the interrupting pin (pin interrupts
|
||||||
* will be disabled.
|
* will be disabled.
|
||||||
|
@ -305,7 +305,7 @@ void __start(void)
|
|||||||
|
|
||||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||||
* temporary location is in flash after the data initalization code
|
* temporary location is in flash after the data initialization code
|
||||||
* at _framfuncs. This must be done before sam_clockconfig() can be
|
* at _framfuncs. This must be done before sam_clockconfig() can be
|
||||||
* called (at least for the SAM4L family).
|
* called (at least for the SAM4L family).
|
||||||
*/
|
*/
|
||||||
|
@ -342,7 +342,7 @@ int netdriver_ifdown(struct net_driver_s *dev)
|
|||||||
|
|
||||||
int netdriver_init(void)
|
int netdriver_init(void)
|
||||||
{
|
{
|
||||||
/* Internal initalization */
|
/* Internal initialization */
|
||||||
|
|
||||||
timer_set(&g_periodic_timer, 500);
|
timer_set(&g_periodic_timer, 500);
|
||||||
netdev_init();
|
netdev_init();
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -191,7 +191,7 @@ static int kinetis_cdinterrupt(int irq, FAR void *context)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -203,7 +203,7 @@ static int kinetis_cdinterrupt(int irq, FAR void *context)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -128,7 +128,7 @@ static void lc823450_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the the
|
* between the board-specific initialization logic and the the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -134,7 +134,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -153,7 +153,7 @@ static int nsh_spifi_initialize(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -144,7 +144,7 @@ static int nsh_spifi_initialize(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -121,7 +121,7 @@ static void lpc43_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -144,7 +144,7 @@ static int nsh_spifi_initialize(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -120,7 +120,7 @@ static void lpc43_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -200,7 +200,7 @@ static void stm32_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -155,7 +155,7 @@ static int nsh_cdinterrupt(int irq, FAR void *context, FAR void *arg)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -197,7 +197,7 @@ static void stm32_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -147,7 +147,7 @@ static void stm32_i2ctool(void)
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -281,7 +281,7 @@ SPI
|
|||||||
configuration seams in order. So the board provides a quick test
|
configuration seams in order. So the board provides a quick test
|
||||||
that can be selected vi CONFIG_NUCLEO_SPI_TEST that will initalise
|
that can be selected vi CONFIG_NUCLEO_SPI_TEST that will initalise
|
||||||
the selected buses (SPI1-SPI3) and send some text on the bus at
|
the selected buses (SPI1-SPI3) and send some text on the bus at
|
||||||
application initalization time board_app_initialize.
|
application initialization time board_app_initialize.
|
||||||
|
|
||||||
SDIO
|
SDIO
|
||||||
----
|
----
|
||||||
|
@ -84,7 +84,7 @@ struct i2c_master_s* i2c4;
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -109,7 +109,7 @@ FAR struct mtd_dev_s *g_mtd_fs;
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -103,7 +103,7 @@ static struct i2c_master_s* g_i2c3;
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
* arg - The boardctl() argument is passed to the board_app_initialize()
|
* arg - The boardctl() argument is passed to the board_app_initialize()
|
||||||
* implementation without modification. The argument has no
|
* implementation without modification. The argument has no
|
||||||
* meaning to NuttX; the meaning of the argument is a contract
|
* meaning to NuttX; the meaning of the argument is a contract
|
||||||
* between the board-specific initalization logic and the
|
* between the board-specific initialization logic and the
|
||||||
* matching application logic. The value cold be such things as a
|
* matching application logic. The value cold be such things as a
|
||||||
* mode enumeration value, a set of DIP switch switch settings, a
|
* mode enumeration value, a set of DIP switch switch settings, a
|
||||||
* pointer to configuration data read from a file or serial FLASH,
|
* pointer to configuration data read from a file or serial FLASH,
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user