boards/stm32f723e-disco: add initial support#11800
Conversation
1b7e8da to
7490cd5
Compare
|
Testing results, a lot of failures: |
7490cd5 to
68014de
Compare
|
For the moment, I have no idea why these tests are failing. I noticed they are also failing on nucleo-f746zg but not on nucleo-f767zi. |
fjmolinas
left a comment
There was a problem hiding this comment.
Code looks good, I'm re-running tests. It is missing documentation though.
Indeed.... |
Peripheral configured: - 5 UARTs for stdio via STLink, Arduino connector, PMOD connector, STMOD+ connector and ESP-01 connector - 1 I2C available on Arduino connector and STMOD+ connector - 2 SPIs available on Arduino connector and PMOD connector
68014de to
80a5e88
Compare
|
Documentation added @fjmolinas :) |
Failing tests seem to be for all |
See #12286 |
fjmolinas
left a comment
There was a problem hiding this comment.
There are still failing tests with this PR, but they are common to STM32F7 and not introduced by this supported board. An issue has been opened to address the issue but there is no need to stall this PR because of this. ACK!
Contribution description
This PR adds a very basic support for the stm32f723e-disco board.
This board provides an nice LCD TFT screen, an Arduino pinout and an STMod+ connector. The STMod+ connector provide an easy way to extend the board with Xbee or other mikrobus compilant devices.
There's also an ESP-01 connector that allows to plug an esp8266 on it and configure wifi using AT commands on the ESP8266.
Only uart, timer, rtc and rtt features are configured at board level for the moment but I plan to extend the pinout support.
There's an issue with uart when using application without stdin: no output can be printed on stdio. The workaround is to use stdin by default with this board. I haven't looked at it further yet.
Testing procedure
Run
compile_and_test_for_board.pyfor this board.Issues/PRs references
None