mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 08:20:34 +08:00
Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfig command and improve DHCPC -- All from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -406,6 +406,17 @@ EXTERN void relays_resetmodes(uint32_t relays_stat);
|
||||
EXTERN void relays_powermodes(uint32_t relays_stat);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Chip ID functions
|
||||
*
|
||||
* Description:
|
||||
* Non-standard functions to obtain chip ID information.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
EXTERN const char *stm32_getchipid(void);
|
||||
EXTERN const char *stm32_getchipid_string(void);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user