<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thank you Seb and Joel.<div class=""><br class=""></div><div class="">I’ll do it. </div><div class=""><br class=""></div><div class="">One of our customers Flock Audio (<a href="http://flockaudio.com" class="">flockaudio.com</a>) has a product on the market, PATCH, that uses an STM32F767 and RTEMS. The product is a replacement for a professional audio studio patch bay that is used to route microphones, instruments, compressors and the sort. The Flock unit is a digitally controlled unit but the audio signal path is completely analog. Instead of using 1/4” mono patch cables, we do the patching of inputs to outputs using a crossbar multiplexer  controlled by the processor.</div><div class=""><br class=""></div><div class="">The processor is overkill, and is under clocked to <100MHz for ease of FCC compliance, and uses USB to talk to the desktop app. Future versions will use ethernet, so I’ll have to figure out how to get a network stack going on the ‘767.</div><div class=""><br class=""></div><div class="">Thanks again for the pointers, and sorry to post this in the dev list, I was aiming for the user list but Mail decided otherwise.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Andrei<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2020-February-03, at 15:25, Joel Sherrill <<a href="mailto:joel@rtems.org" class="">joel@rtems.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 2, 2020 at 11:39 PM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" class="">sebastian.huber@embedded-brains.de</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Andrei,<br class="">
<br class="">
----- Am 3. Feb 2020 um 4:14 schrieb  <a href="mailto:groups@chichak.ca" target="_blank" class="">groups@chichak.ca</a>:<br class="">
<br class="">
> \Good day,<br class="">
> <br class="">
> A while back I put together a BSP for STM32F7 based on the STM32F407 BSP for an<br class="">
> early version of RTEMS 5.<br class="">
> <br class="">
> Now that RTEMS 5 became 5.0, the BSP structure has moved around quite a bit and<br class="">
> I need to redo my BSP.<br class="">
> <br class="">
> Is there a porting guide for 5.0 yet, or is there a shining example of a BSP<br class="">
> that I should emulate?<br class="">
<br class="">
unfortunately, there is no porting guide available. We discuss currently the introduction of a new build system. If it is not very urgent, then I would wait a bit with the porting.<br class="">
<br class="">
You can also start right now and use the stm32f4 BSP as an example. The relevant directories are:<br class="">
<br class="">
bsps/arm/stm32f4 (sources)<br class="">
<br class="">
c/src/lib/libbsp/arm/stm32f4 (build system)<br class=""></blockquote><div class=""><br class=""></div><div class="">It isn't too bad Andrei. libcpu and libchip are now in bsps/shared. There is a single</div><div class="">bsps/include and the Makefile.am just lists files.</div><div class=""><br class=""></div><div class="">If you have questions, just ask.</div><div class=""><br class=""></div><div class="">--joel</div><div class=""> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
_______________________________________________<br class="">
devel mailing list<br class="">
<a href="mailto:devel@rtems.org" target="_blank" class="">devel@rtems.org</a><br class="">
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank" class="">http://lists.rtems.org/mailman/listinfo/devel</a><br class="">
</blockquote></div></div>
</div></blockquote></div><br class=""></div></body></html>