Re: build command

2019-04-17 Thread Jython
no build error, Just want to make sure command is OK i am new to RTEMS On Thu, Apr 18, 2019 at 1:28 PM Chris Johns wrote: > On 18/4/19 1:36 pm, Jython wrote: > > what's the correct and complete command to build the system after > changes under > > the bsp directory like > > \rtems-4.11.3\rtems

Re: build command

2019-04-17 Thread Chris Johns
On 18/4/19 1:36 pm, Jython wrote: > what's the correct and complete command to build the system after changes > under > the bsp directory like > \rtems-4.11.3\rtems-4.11.3\c\src\lib\libbsp\arm\stm32f4 > > what i do is : bootstrap -c , bootstrap -p , ./bootstrap then configure and > make > but so

stm32f4 RTC driver

2019-04-17 Thread Jython
HI, ALL! is there a stm32f4 RTC driver? how to use the RTC? ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

build command

2019-04-17 Thread Jython
what's the correct and complete command to build the system after changes under the bsp directory like \rtems-4.11.3\rtems-4.11.3\c\src\lib\libbsp\arm\stm32f4 what i do is : bootstrap -c , bootstrap -p , ./bootstrap then configure and make but sometime i think not build completely

rtems_binary_semaphore_post from IRQ handler

2019-04-17 Thread Ярослав Лещинский
Hello, I wrote spidev driver for stm32l4 mcu. spi_trasfer function looks like: static int spi_transfer( spi_bus *base, const spi_ioc_transfer *msgs, uint32_t msg_count) { struct stm32l4_spi_bus *bus = (struct stm32l4_spi_bus *)base; SPI_TypeDef *spix = (SPI_TypeDef *)bus->dr