stm32h7 bsp - network driver for RTEMS legacy networking

2020-11-27 Thread John Nathen
Hi, I'm new to RTEMS and started playing with RTEMS on the STMH32H743ZI Nucleo board using the stm32h7 BSP a few weeks ago; I've got a few basic programs (LED Blink, console output...) to work on this board with minor changes in the configuration. The network driver for this BSP is implemented fo

Re: Building an RTEMS project with Eclipse + Waf

2020-11-22 Thread John Nathen
Hello Robin, I've been trying to get eclipse set up with waf too but not done yet. I will let you know if I get it working. There is a BSP for the STM32H7 series of MCUs - it's available in the master (not in release 5.1). I have tried it and it's working fine on STM32h&43ZI NUCLEO development bo

stm32h7 bsp - simple led blink example not working on stm32h7 nucleo board

2020-11-02 Thread John Nathen
Hi, I am new to rtems and am planning to use rtems on a project with the stm32h7 mcu. I cloned the latest sources from git and built the arm-rtems6, gcc 10.2 toolchain and also built the stm32h7 bsp using the new waf build system. Everything works fine and I can build the (modified for stm32h7) L