error number: review
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 22 Jun 2010 16:53:17 +0000 (00:53 +0800)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 23 Jun 2010 05:55:43 +0000 (07:55 +0200)
Review allocation of error numbers in openocd
to avoid overlap.
Put brackets around negative numbers to avoid
issues during macro expansion.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
src/flash/common.h
src/target/trace.h
src/target/xscale.h

index 4098873dab360a4247b17bb719468a0258ddd720..c78f24ce7ab9fde16faac9aab5250001cb0b7303 100644 (file)
@@ -36,13 +36,13 @@ unsigned get_flash_name_index(const char *name);
  */
 bool flash_driver_name_matches(const char *name, const char *expected);
 
-#define ERROR_FLASH_BANK_INVALID -900
-#define ERROR_FLASH_SECTOR_INVALID -901
-#define ERROR_FLASH_OPERATION_FAILED -902
-#define ERROR_FLASH_DST_OUT_OF_BANK -903
-#define ERROR_FLASH_DST_BREAKS_ALIGNMENT -904
-#define ERROR_FLASH_BUSY -905
-#define ERROR_FLASH_SECTOR_NOT_ERASED -906
-#define ERROR_FLASH_BANK_NOT_PROBED -907
+#define ERROR_FLASH_BANK_INVALID         (-900)
+#define ERROR_FLASH_SECTOR_INVALID       (-901)
+#define ERROR_FLASH_OPERATION_FAILED     (-902)
+#define ERROR_FLASH_DST_OUT_OF_BANK      (-903)
+#define ERROR_FLASH_DST_BREAKS_ALIGNMENT (-904)
+#define ERROR_FLASH_BUSY                 (-905)
+#define ERROR_FLASH_SECTOR_NOT_ERASED    (-906)
+#define ERROR_FLASH_BANK_NOT_PROBED      (-907)
 
 #endif // FLASH_COMMON_H
index 5fbedc4b6a3f0b4928ed702a050d761c68744750..53502d4d6d9f8e2be33990591625186fc657ba92 100644 (file)
@@ -59,7 +59,7 @@ typedef enum trace_status
 int trace_point(struct target *target, uint32_t number);
 int trace_register_commands(struct command_context *cmd_ctx);
 
-#define ERROR_TRACE_IMAGE_UNAVAILABLE          -(1500)
-#define ERROR_TRACE_INSTRUCTION_UNAVAILABLE    -(1501)
+#define ERROR_TRACE_IMAGE_UNAVAILABLE          (-1500)
+#define ERROR_TRACE_INSTRUCTION_UNAVAILABLE    (-1501)
 
 #endif /* TRACE_H */
index 82f4e379a63e485e06bbca2c82d3782774505f8c..d429336e190ca71a6a7a3275678148b517fef51c 100644 (file)
@@ -176,6 +176,6 @@ enum
        XSCALE_TXRXCTRL,
 };
 
-#define ERROR_XSCALE_NO_TRACE_DATA     (-1500)
+#define ERROR_XSCALE_NO_TRACE_DATA     (-700)
 
 #endif /* XSCALE_H */

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)