This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Online development documents about SDK15 cannot be opened

hi,master.

Question 1: In Asia, the speed of accessing web pages is slow. SDK15 development documents can only be accessed online on the official website, but often cannot be accessed. Can you provide development documents that can be downloaded directly?

Question 2: There are multiple places in the SDK labeled "lint xx xx",e.g.

typedef enum
{
/*lint -save -e30*/
NRF_PWM_TASK_STOP = offsetof(NRF_PWM_Type, TASKS_STOP), ///< Stops PWM pulse generation on all channels at the end of the current PWM period, and stops the sequence playback.
NRF_PWM_TASK_SEQSTART0 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[0]), ///< Starts playback of sequence 0.
NRF_PWM_TASK_SEQSTART1 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[1]), ///< Starts playback of sequence 1.
NRF_PWM_TASK_NEXTSTEP = offsetof(NRF_PWM_Type, TASKS_NEXTSTEP) ///< Steps by one value in the current sequence if the decoder is set to @ref NRF_PWM_STEP_TRIGGERED mode.
/*lint -restore*/
} nrf_pwm_task_t;

What does this mean? Is it a static check for your team's development? If so? What is the basis for what tools?

thanks!

Parents Reply Children
Related