PR Cleanup.

This commit is contained in:
jgillick 2020-03-17 00:48:19 -07:00
parent d41ef45a9b
commit 24d1fd2bf1
10 changed files with 9 additions and 6 deletions

1
lib/lwip Submodule

@ -0,0 +1 @@
Subproject commit 159e31b689577dbf69cf0683bbaffbd71fa5ee10

1
lib/mbedtls Submodule

@ -0,0 +1 @@
Subproject commit 3f8d78411a26e833db18d9fbde0e2f0baeda87f0

1
lib/mynewt-nimble Submodule

@ -0,0 +1 @@
Subproject commit 223714cb16c255cfa701929c0de6d7579bfd2cdd

1
lib/stm32lib Submodule

@ -0,0 +1 @@
Subproject commit 668d7a9e54aea98f8fe8a858eac1d3daa80fa824

View File

@ -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)
#define DEFAULT_I2C_BUS_SDA (&pin_PB07)

View File

@ -184,4 +184,4 @@ typedef struct {
#include "stm32f407xx/periph.h"
#endif
#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PERIPH_H__
#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PERIPH_H__

View File

@ -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__
#endif // __MICROPY_INCLUDED_STM32F4_PERIPHERALS_PINS_H__

View File

@ -239,4 +239,3 @@ void stm32f4_peripherals_status_led(uint8_t led, uint8_t state) {
default: break;
}
}

View File

@ -111,4 +111,4 @@ void init_usb_hardware(void) {
__HAL_RCC_USB_OTG_FS_CLK_ENABLE();
init_usb_vbus_sense();
}
}

View File

@ -785,4 +785,4 @@ void SystemInit_ExtMemCtl(void)
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/