-
Notifications
You must be signed in to change notification settings - Fork 3k
CM3DS Maintenance Pull Request: Driver updates (4/4) #6170
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
Conversation
The HAL implementation (us_ticker.c and lp_ticker.c) now calls function in cmsdk_ticker.c file. This file contains the necessary logic to be able to only use one hardware timer (CMSDK timer) per mbed ticker. This commit also updates the timer driver and removes legacy definition. Change-Id: If40413822832117f9b78f38d2cdda7847284b035 Signed-off-by: Galanakis, Minos <[email protected]> Signed-off-by: Hugues de Valon <[email protected]>
This commit adds the GPIO drivers. The HAL implementations (gpio_api.c, gpio_irq_api.c, port_api.c) now call these drivers. Legacy definitions have been removed. Serial HAL implementation has been changed to compile at this stage. Change-Id: Ib76a3186358f5029ed350da671132e8aa11194f7 Signed-off-by: Galanakis, Minos <[email protected]>
This commit adds the SPI driver which is now called by the SPI HAL implementation. It also removes legacy definitions. Change-Id: Iadb20dda9dfa571db3de66c3a1ce45d80d8b81b6 Signed-off-by: Tamas Kaman <[email protected]>
This commit adds the UART driver and updates the UART HAL implementation to use this driver. It also removes legacy definitions. Change-Id: Ie8e7a7bb64c763a2d97bc66d949fab3596736bbc Signed-off-by: Avinash Mehta <[email protected]>
/morph build |
Build : SUCCESSBuild number : 1260 Triggering tests/morph test |
/morph uvisor-test |
Exporter Build : SUCCESSBuild number : 925 |
Test : SUCCESSBuild number : 1057 |
This pull request contains driver updates for the CM3DS target.
It is the pull request 4 among the 4 concerning CM3DS Maintenance. Please check #6119 for the full scope.
Other pull requests regarding this target: