PR Cleanup.
This commit is contained in:
parent
d41ef45a9b
commit
24d1fd2bf1
1
lib/lwip
Submodule
1
lib/lwip
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 159e31b689577dbf69cf0683bbaffbd71fa5ee10
|
1
lib/mbedtls
Submodule
1
lib/mbedtls
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3f8d78411a26e833db18d9fbde0e2f0baeda87f0
|
1
lib/mynewt-nimble
Submodule
1
lib/mynewt-nimble
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 223714cb16c255cfa701929c0de6d7579bfd2cdd
|
1
lib/stm32lib
Submodule
1
lib/stm32lib
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 668d7a9e54aea98f8fe8a858eac1d3daa80fa824
|
@ -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)
|
||||
|
@ -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__
|
||||
|
@ -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__
|
||||
|
@ -239,4 +239,3 @@ void stm32f4_peripherals_status_led(uint8_t led, uint8_t state) {
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -111,4 +111,4 @@ void init_usb_hardware(void) {
|
||||
__HAL_RCC_USB_OTG_FS_CLK_ENABLE();
|
||||
|
||||
init_usb_vbus_sense();
|
||||
}
|
||||
}
|
||||
|
@ -785,4 +785,4 @@ void SystemInit_ExtMemCtl(void)
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
Loading…
x
Reference in New Issue
Block a user