Systick tickless on STM32F4

2023-06-06 Thread Fotis Panagiotopoulos
Hello, I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. However, it seems that it does nothing. After a source code search, this option is not used anywhere. There is no tickless implementation that supports the systick timer. Shall I remove this?

Re: Systick tickless on STM32F4

2023-06-06 Thread Nathan Hartman
On Tue, Jun 6, 2023 at 5:44 PM Fotis Panagiotopoulos wrote: > > Hello, > > I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. > However, it seems that it does nothing. > > After a source code search, this option is not used anywhere. > There is no tickless implementation that supports

NuttX participation in Community Over Code 2023?

2023-06-06 Thread Nathan Hartman
Dear NuttX community, Even as our hard-working event organizers are preparing for NuttX International Workshop 2023, there is an ASF-wide event coming up that may also be significant for our community: Community Over Code 2023 (formerly known as ApacheCon), taking place this August in Beijing, Chi

Re: Systick tickless on STM32F4

2023-06-06 Thread Alan C. Assis
Hi Fotis, On 6/6/23, Fotis Panagiotopoulos wrote: > Hello, > > I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. > However, it seems that it does nothing. > > After a source code search, this option is not used anywhere. > There is no tickless implementation that supports the systic

Re: Systick tickless on STM32F4

2023-06-06 Thread Gregory Nutt
On 6/6/2023 4:31 PM, Nathan Hartman wrote: On Tue, Jun 6, 2023 at 5:44 PM Fotis Panagiotopoulos wrote: Hello, I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. However, it seems that it does nothing. After a source code search, this option is not used anywhere. There is no tic

Re: Systick tickless on STM32F4

2023-06-06 Thread Gregory Nutt
On 6/6/2023 4:47 PM, Gregory Nutt wrote: On 6/6/2023 4:31 PM, Nathan Hartman wrote: On Tue, Jun 6, 2023 at 5:44 PM Fotis Panagiotopoulos wrote: Hello, I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. However, it seems that it does nothing. After a source code search, this

Re: Systick tickless on STM32F4

2023-06-06 Thread Gregory Nutt
On 6/6/2023 4:46 PM, Alan C. Assis wrote: Hi Fotis, On 6/6/23, Fotis Panagiotopoulos wrote: Hello, I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. However, it seems that it does nothing. After a source code search, this option is not used anywhere. There is no tickless impl