aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/bare-arm/qstrdefsport.h1
-rw-r--r--ports/cc3200/qstrdefsport.h2
-rw-r--r--ports/esp32/qstrdefsport.h1
-rw-r--r--ports/esp8266/hspi_register.h2
-rw-r--r--ports/esp8266/qstrdefsport.h1
-rw-r--r--ports/javascript/qstrdefsport.h1
-rw-r--r--ports/minimal/qstrdefsport.h1
-rw-r--r--ports/nrf/qstrdefsport.h2
-rw-r--r--ports/pic16bit/qstrdefsport.h1
-rw-r--r--ports/powerpc/qstrdefsport.h1
-rw-r--r--ports/qemu-arm/qstrdefsport.h1
-rw-r--r--ports/samd/qstrdefsport.h1
-rw-r--r--ports/stm32/qstrdefsport.h1
-rw-r--r--ports/teensy/qstrdefsport.h1
-rw-r--r--ports/unix/qstrdefsport.h2
15 files changed, 19 insertions, 0 deletions
diff --git a/ports/bare-arm/qstrdefsport.h b/ports/bare-arm/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/bare-arm/qstrdefsport.h
+++ b/ports/bare-arm/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/cc3200/qstrdefsport.h b/ports/cc3200/qstrdefsport.h
index d5f22d70a..3f613266d 100644
--- a/ports/cc3200/qstrdefsport.h
+++ b/ports/cc3200/qstrdefsport.h
@@ -25,6 +25,8 @@
* THE SOFTWARE.
*/
+// *FORMAT-OFF*
+
// for machine module
Q(/)
// entries for sys.path
diff --git a/ports/esp32/qstrdefsport.h b/ports/esp32/qstrdefsport.h
index ff6c2cc42..47e22388b 100644
--- a/ports/esp32/qstrdefsport.h
+++ b/ports/esp32/qstrdefsport.h
@@ -25,6 +25,7 @@
*/
// qstrs specific to this port, only needed if they aren't auto-generated
+// *FORMAT-OFF*
// Entries for sys.path
Q(/lib)
diff --git a/ports/esp8266/hspi_register.h b/ports/esp8266/hspi_register.h
index 4dd335b40..50ef2fdca 100644
--- a/ports/esp8266/hspi_register.h
+++ b/ports/esp8266/hspi_register.h
@@ -8,6 +8,8 @@
* names of these defines are likely to change.
*/
+// *FORMAT-OFF*
+
#ifndef SPI_REGISTER_H_INCLUDED
#define SPI_REGISTER_H_INCLUDED
diff --git a/ports/esp8266/qstrdefsport.h b/ports/esp8266/qstrdefsport.h
index 8f301a69c..b84790c66 100644
--- a/ports/esp8266/qstrdefsport.h
+++ b/ports/esp8266/qstrdefsport.h
@@ -25,6 +25,7 @@
*/
// qstrs specific to this port, only needed if they aren't auto-generated
+// *FORMAT-OFF*
// Entries for sys.path
Q(/)
diff --git a/ports/javascript/qstrdefsport.h b/ports/javascript/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/javascript/qstrdefsport.h
+++ b/ports/javascript/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/minimal/qstrdefsport.h b/ports/minimal/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/minimal/qstrdefsport.h
+++ b/ports/minimal/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/nrf/qstrdefsport.h b/ports/nrf/qstrdefsport.h
index ef398a4c0..9608dbb24 100644
--- a/ports/nrf/qstrdefsport.h
+++ b/ports/nrf/qstrdefsport.h
@@ -25,6 +25,8 @@
*/
// qstrs specific to this port
+// *FORMAT-OFF*
+
Q(a)
Q(a#)
Q(a#:1)
diff --git a/ports/pic16bit/qstrdefsport.h b/ports/pic16bit/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/pic16bit/qstrdefsport.h
+++ b/ports/pic16bit/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/powerpc/qstrdefsport.h b/ports/powerpc/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/powerpc/qstrdefsport.h
+++ b/ports/powerpc/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/qemu-arm/qstrdefsport.h b/ports/qemu-arm/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/qemu-arm/qstrdefsport.h
+++ b/ports/qemu-arm/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/samd/qstrdefsport.h b/ports/samd/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/samd/qstrdefsport.h
+++ b/ports/samd/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/stm32/qstrdefsport.h b/ports/stm32/qstrdefsport.h
index 857dc709c..bc07f2752 100644
--- a/ports/stm32/qstrdefsport.h
+++ b/ports/stm32/qstrdefsport.h
@@ -25,6 +25,7 @@
*/
// qstrs specific to this port
+// *FORMAT-OFF*
// Entries for sys.path
Q(/flash)
diff --git a/ports/teensy/qstrdefsport.h b/ports/teensy/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/teensy/qstrdefsport.h
+++ b/ports/teensy/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*
diff --git a/ports/unix/qstrdefsport.h b/ports/unix/qstrdefsport.h
index ebfaa6cca..8b827a8d6 100644
--- a/ports/unix/qstrdefsport.h
+++ b/ports/unix/qstrdefsport.h
@@ -23,3 +23,5 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+
+// *FORMAT-OFF*