mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:04:17 +08:00
include/nuttx/i2c/i2c_master.h: Add a definition to distinguish a new START of messages from a repeated start. No lower-half I2C drivers actually implement this new flag bit, however. drivers/i2c/i2c_writeread.c: Use new repeated START definition where appopriated. Other: Some cosmetic changes, updates to README files, etc.
This commit is contained in:
@@ -45,6 +45,12 @@ STATUS
|
||||
hardware. The primary JTAG problem seems to be that it is now unable
|
||||
to halt the CPU.
|
||||
|
||||
This is most likely a consequence of something happening in the NuttX
|
||||
boot-up sequence that interferes with JTAG operation. When I continue
|
||||
debugging in the future, I will put an infinitel loop, branch-on-self
|
||||
at the code startup up (__start) so that I can attached the debugger
|
||||
and step through the initial configuration.
|
||||
|
||||
Unlocking FLASH
|
||||
===============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user