Re: [PATCH rtems 6/6] bsps/imxrt: Add imxrt1166_cm7_saltshaker BSP

2023-07-14 Thread Christian MAUDERER
Hello Jacob, On 2023-07-14 08:36, Christian MAUDERER wrote: Hello Jacob, On 2023-07-13 18:59, Jacob Killelea wrote: Hi Christian, This looks awesome! Do you have any interest in adding support for the i.MXRT1062 based Teensy 4.0 and Teensy 4.1? - Jacob the Teensy look like interesting bo

Re: [PATCH] bsps/arm: replace CMSIS v4 with CMSIS v5 files

2023-07-14 Thread Karel Gardas
On 7/14/23 01:24, Joel Sherrill wrote: On Thu, Jul 13, 2023 at 4:11 PM Karel Gardas wrote:   Folks, please take this patch as an attempt to renew old discussion or rather start a new one focused solely on importing new ARM CMSIS code which is (i) under Apache 2 license but (

Re: Discussion: How to handle HALs, SDKs and libraries

2023-07-14 Thread Karel Gardas
Hello, are we really that close to RTEMS 6 release that none of this is acceptable to do now? Asking since I'd also like to update stm32h7 HAL. I may do that manually or I may do that submodule way which may perhaps save some of the manual work involved as some of the patches may not be ne

Re: [PATCH] bsps/arm: replace CMSIS v4 with CMSIS v5 files

2023-07-14 Thread Joel Sherrill
If someone doesn't pipe up with complaints or questions in the next few days, go ahead andcommit this. --joel On Fri, Jul 14, 2023 at 3:55 AM Karel Gardas wrote: > On 7/14/23 01:24, Joel Sherrill wrote: > > On Thu, Jul 13, 2023 at 4:11 PM Karel Gardas > > wrote: > > > > > >Folks, > > >

Re: [PATCH rtems 6/6] bsps/imxrt: Add imxrt1166_cm7_saltshaker BSP

2023-07-14 Thread Joel Sherrill
On Fri, Jul 14, 2023 at 2:09 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Hello Jacob, > > On 2023-07-14 08:36, Christian MAUDERER wrote: > > Hello Jacob, > > > > On 2023-07-13 18:59, Jacob Killelea wrote: > >> Hi Christian, > >> > >> This looks awesome! Do you have any

[PATCH rtems v2 0/1] Regulator Patch Series

2023-07-14 Thread Joel Sherrill
This updated patch should address all of the questions and issued raised for the previous version. Most of the changes were to Doxygen but the following changes were to the code: + Message queue is now constructed which moves the allocation of the message buffer memory from RTEMS Workspace to th

Re: Discussion: How to handle HALs, SDKs and libraries

2023-07-14 Thread Karel Gardas
Hello, I've created setup where I've put updated STM32H7 HAL consisting of two submodules: - stm32h7xx_hal_driver - cmsis_device_h7 and ARM's - CMSIS_5 into hals/arm/stm32h7 to follow related BSP code location. I've also completely removed HAL code from the BSP directory and also CMSIS

[PATCH rtems v2] Add the Regulator Interface and test

2023-07-14 Thread Joel Sherrill
Updates #4924. The Regulator is an application support class which is used to deal with the scenario where there is a bursty input source which needs to be metered out to a destination sink. The maximum size of bursts needs to be known and the delivery method must be configured to deliver messages

[PATCH rtems-examples v2] Add regulator example

2023-07-14 Thread Joel Sherrill
Updates #4924. --- misc/Makefile | 6 + misc/regulator/Makefile| 20 +++ misc/regulator/regulator_example.c | 187 + misc/regulator/rtems_config.c | 59 + misc/regulator/wscript | 15 +++ misc/wscript

Re: [PATCH] TMS570 console driver, SCI frame error (baudrate calculation error)

2023-07-14 Thread zack leung
hi, so do you want me make this change? On Wed, 12 Jul 2023 at 10:54, Gedare Bloom wrote: > On Wed, Jul 12, 2023 at 8:06 AM Joel Sherrill wrote: > > > > > > Pavel this was filed as https://devel.rtems.org/ticket/4903. The ticket > submitter > > didn't give a patch, just a code change snippet an