Michal Lenc

Results 38 comments of Michal Lenc

> > I am also curious if you tested with a large scratch partition, with a size similar to the new partition, and if it also requires all the erases...

Hello all. I have just tried Zephyr for SAMv71 board and my MCUboot changes and both build and subsequent boot (tested with simple `hello_world` program) works fine and without errors....

Hello. I think it is time to resolve this. I know there was a dismissive feedback towards the presented changes, but we as a company are in the point where...

> It should have been discussed before implementation, but I suggest you join the weekly (or whatever scheduling) meeting where stuff is discussed in an online meeting, where you can...

Hi, sorry for the late answer but I had a lot of exams this week and wanted to focus on that. I also consider moving this to the blocks will...

> 'Advanced' peripherals where each channel's frequency can be different, for per channel (to be clear, want to change frequency/period also per channel) We would like option to treat is...

> @michallenc I think some PWM controller with multichannel doesn't support change frequency per channel, only the duty cycle. So when adding the field `freq` to pwm_chan_s we need to...

> > We may have special pwm_freq type that would be either some uint or float, but it should definitely be configurable as NuttX supports devices without native float/double. >...

I agree that creating a general API for all PWM usages is basically impossible. I think we should just focus on some basic capabilities like frequency, duty cycle, polarity etc....

We also have to think about different frequencies for channels. That is not supported in all MCUs, but some have the capability to set a different frequency for different channels....