Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Revision 309:42e0b6ff504d, committed 2017-09-04
- Comitter:
- wkleunen
- Date:
- Mon Sep 04 14:21:08 2017 +0000
- Parent:
- 308:6eb827be2e91
- Commit message:
- Allow override of IDB0XA1_PIN_SPI_IRQ from mbed_app.json
Changed in this revision
| x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Mon Sep 04 14:15:45 2017 +0000
+++ b/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Mon Sep 04 14:21:08 2017 +0000
@@ -47,7 +47,10 @@
#define IDB0XA1_PIN_SPI_MISO (D12)
#define IDB0XA1_PIN_SPI_nCS (A1)
#define IDB0XA1_PIN_SPI_RESET (D7)
+
+#ifndef IDB0XA1_PIN_SPI_IRQ
#define IDB0XA1_PIN_SPI_IRQ (A0)
+#endif
/* NOTE: Define macro 'IDB0XA1_D13_PATCH' if you want to compile for a specifically
modified version of the X_NUCLEO_IDB0XA1 expansion board in
