[
https://issues.apache.org/jira/browse/MYNEWT-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15563231#comment-15563231
]
ASF subversion and git services commented on MYNEWT-392:
--------------------------------------------------------
Commit c10e6631060d44bc9ac2ae62f7b5a56bf1246033 in incubator-mynewt-core's
branch refs/heads/sterly_refactor from [~vrahane]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=c10e663
]
MYNEWT-392 STM32F4 hal_uart_init() func missing
- Adding hal_uart_init() function which passes the config looking up the
uart port. Since uart_config takes care of setting the interrupt
vector and enabling it, not changing that.
> STM32F4 hal_uart_init() function missing
> ----------------------------------------
>
> Key: MYNEWT-392
> URL: https://issues.apache.org/jira/browse/MYNEWT-392
> Project: Mynewt
> Issue Type: Bug
> Reporter: Vipul Rahane
> Assignee: Vipul Rahane
>
> {noformat}
> Vipuls-MacBook-Pro:myproj vipul$ newt run sblinky-stm32f4 0
> Compiling hal_uart.c
> Archiving stm32f4xx.a
> Linking
> /Users/vipul/myproj/bin/targets/sblinky-stm32f4/app/apps/sblinky/sblinky.elf
> Error:
> /Users/vipul/myproj/bin/targets/sblinky-stm32f4/app/drivers/uart/uart_hal/uart_hal.a(uart_hal.o):
> In function `uart_hal_init':
> /Users/vipul/myproj/repos/apache-mynewt-core/drivers/uart/uart_hal/src/uart_hal.c:140:
> undefined reference to `hal_uart_init'
> collect2: error: ld returned 1 exit status
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)