eclipse-archived / kiso

Kiso Project
Other
30 stars 31 forks source link

Nucleo L4 BSP #20

Open HansUweRempler opened 4 years ago

HansUweRempler commented 4 years ago

Issue by holgerjung Friday Sep 06, 2019 at 12:26 GMT Originally opened as https://github.com/Bosch-AE-SW/cddk-oss/issues/227


BSP for STM32L4

Acceptance criteria LED example runs on Nucleo L4 board

HansUweRempler commented 4 years ago

Comment by thangarajponnusamy Tuesday Sep 17, 2019 at 07:54 GMT


@holgerjung The current stm32cube driver doesn't support for the board variant STM32L4R5XX variant . The third party stm32cube needs to be Updated https://github.com/STMicroelectronics/STM32CubeL4 my understanding is STM32CubeL4 will be a separate folder like STM32cube instead of update the existing STM32cube . so shall we update add these files into the third party folder or someone kiso team will Update . kindly clarify. Thanks

Thangaraj

HansUweRempler commented 4 years ago

Comment by sebastianpfischer Tuesday Sep 17, 2019 at 08:09 GMT


@thangarajponnusamy , ask @elbosch to create a ticket to update the lib, update the lib on your fork with the right # as ticket, create a PR on our repository from your fork. We review it and merge it if everything is fine.

HansUweRempler commented 4 years ago

Comment by thangarajponnusamy Tuesday Sep 17, 2019 at 08:13 GMT


@ sebastianpfischer ok, Thanks.

HansUweRempler commented 4 years ago

Comment by elbosch Tuesday Sep 17, 2019 at 08:17 GMT


There is no such thing as stm32cube in our repo. Are you referring to the old bitbucket repo? The current version of stm32cubel4 in bitbucket is currently updated to the latest tag from: https://github.com/STMicroelectronics/STM32CubeL4/tree/v1.14.0/Drivers see issue #202 and pull request #235

HansUweRempler commented 4 years ago

Comment by sebastianpfischer Tuesday Sep 17, 2019 at 08:20 GMT


There is no such thing as stm32cube in our repo. Are you referring to the old bitbucket repo? The current version of stm32cubel4 in bitbucket is currently updated to the latest tag from: https://github.com/STMicroelectronics/STM32CubeL4/tree/v1.14.0/Drivers see issue #202 and pull request #235

@thangarajponnusamy, I thought you were talking about https://github.com/Bosch-AE-SW/cddk-oss/tree/master/thirdparty/stm32cubel4 ^^ if not, the comment of @elbosch is correct.

HansUweRempler commented 4 years ago

Comment by thangarajponnusamy Tuesday Sep 17, 2019 at 08:34 GMT


Yes @sebastianpfischer. hi @elbosch correct . its in pull request stage. yet to merge with master. i didnt notice that. there is an issue for this. i just checked with master .

HansUweRempler commented 4 years ago

Comment by HansUweRempler Sunday Nov 17, 2019 at 09:25 GMT


@holgerjung what's the status of the open tasks of this issue? I see "SPI" and "I2C" to be unchecked.

HansUweRempler commented 4 years ago

Comment by holgerjung Monday Nov 18, 2019 at 07:25 GMT


@HansUweRempler SPI and I2C are implemented but validation with reference sensors failed so far. Since the sensor test is based on the CommonGate examples, maybe someone from the core team could assist.