summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------lib/lwip0
m---------lib/mbedtls0
m---------lib/mynewt-nimble0
m---------lib/stm32lib0
-rw-r--r--ports/stm/boards/thunderpack/mpconfigboard.h2
-rw-r--r--ports/stm/peripherals/stm32f4/periph.h2
-rw-r--r--ports/stm/peripherals/stm32f4/pins.h2
-rw-r--r--ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c1
-rw-r--r--ports/stm/supervisor/usb.c2
-rw-r--r--ports/stm/system_stm32f4xx.c2
10 files changed, 5 insertions, 6 deletions
diff --git a/lib/lwip b/lib/lwip
new file mode 160000
+Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1
diff --git a/lib/mbedtls b/lib/mbedtls
new file mode 160000
+Subproject 3f8d78411a26e833db18d9fbde0e2f0baeda87f
diff --git a/lib/mynewt-nimble b/lib/mynewt-nimble
new file mode 160000
+Subproject 223714cb16c255cfa701929c0de6d7579bfd2cd
diff --git a/lib/stm32lib b/lib/stm32lib
new file mode 160000
+Subproject 668d7a9e54aea98f8fe8a858eac1d3daa80fa82
diff --git a/ports/stm/boards/thunderpack/mpconfigboard.h b/ports/stm/boards/thunderpack/mpconfigboard.h
index 18977c131..c9602d412 100644
--- a/ports/stm/boards/thunderpack/mpconfigboard.h
+++ b/ports/stm/boards/thunderpack/mpconfigboard.h
@@ -40,4 +40,4 @@
#define MICROPY_HW_LED_STATUS (&pin_PA03)
#define DEFAULT_I2C_BUS_SCL (&pin_PB06)
-#define DEFAULT_I2C_BUS_SDA (&pin_PB07) \ No newline at end of file
+#define DEFAULT_I2C_BUS_SDA (&pin_PB07)
diff --git a/ports/stm/peripherals/stm32f4/periph.h b/ports/stm/peripherals/stm32f4/periph.h
index 1dfa7ac45..5ac8b4061 100644
--- a/ports/stm/peripherals/stm32f4/periph.h
+++ b/ports/stm/peripherals/stm32f4/periph.h
@@ -184,4 +184,4 @@ typedef struct {
#include "stm32f407xx/periph.h"
#endif
-#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PERIPH_H__ \ No newline at end of file
+#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PERIPH_H__
diff --git a/ports/stm/peripherals/stm32f4/pins.h b/ports/stm/peripherals/stm32f4/pins.h
index ce2980969..53040995d 100644
--- a/ports/stm/peripherals/stm32f4/pins.h
+++ b/ports/stm/peripherals/stm32f4/pins.h
@@ -96,4 +96,4 @@ extern const mp_obj_type_t mcu_pin_type;
#include "stm32f407xx/pins.h"
#endif
-#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PINS_H__ \ No newline at end of file
+#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PINS_H__
diff --git a/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c b/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c
index 68a75f463..2eb296723 100644
--- a/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c
+++ b/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c
@@ -239,4 +239,3 @@ void stm32f4_peripherals_status_led(uint8_t led, uint8_t state) {
default: break;
}
}
-
diff --git a/ports/stm/supervisor/usb.c b/ports/stm/supervisor/usb.c
index b2c417b11..0c5e70dd8 100644
--- a/ports/stm/supervisor/usb.c
+++ b/ports/stm/supervisor/usb.c
@@ -111,4 +111,4 @@ void init_usb_hardware(void) {
__HAL_RCC_USB_OTG_FS_CLK_ENABLE();
init_usb_vbus_sense();
-} \ No newline at end of file
+}
diff --git a/ports/stm/system_stm32f4xx.c b/ports/stm/system_stm32f4xx.c
index 5fb2946e8..caa4f9caf 100644
--- a/ports/stm/system_stm32f4xx.c
+++ b/ports/stm/system_stm32f4xx.c
@@ -785,4 +785,4 @@ void SystemInit_ExtMemCtl(void)
/**
* @}
*/
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ \ No newline at end of file
+/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/