-
Notifications
You must be signed in to change notification settings - Fork 21
Add support for STM32F411RE nucleo #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Automatic CI verification build not done, please verify manually. |
1 similar comment
Automatic CI verification build not done, please verify manually. |
Hi @rosterloh , please don't resolve version, they are resolved once it's merged to master to be up to date. We are currently in the feature freeze, we will let you know once we can proceed with this pull request |
Right, makes sense. I've modified the commit |
Serial: Set baudrate from yotta config for stdio.
stdio initialization is now part of mbed-drivers
Removed stdio processing
With target inheritance, the target dependencies in this module will fall away. However, since we cannot yet filter target dependencies on multiple properties, we need to add a specific `similarTo` tag to the legacy targets. This will allow future targets using target inheritance to not include the `mbed-hal-<chip>` module anymore.
Choose target dependency only for legacy targets
uvisor-lib 2.0.0 was just released. This commit updates the dependency on uvisor-lib to take into account this version.
Updated dependency on latest uvisor-lib
Update version for mbed-hal-st-stm32f401re
To be enabled with DEVICE_SERIAL_ASYNCH_DMA=1 in device.h file. Tested on F401 and F429.
…bed_hal_st_stm32f4
remove function duplicated from cube
Add Serial communication with DMA
[NUCLEO_F401RE] add asynchronous I2C
Change macro names to 'MODULES_*'
Automatic CI verification build not done, please verify manually. |
No description provided.