Bugs Report: Wiced_006.* / wiced_rtos

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
StN__1917156
Level 4
Level 4
25 replies posted 10 replies posted 5 replies posted

Platform CYW20719, *

Missing basic functionality for:

  • No way to clear event flags – in original ThreadX function tx_event_flags_set has additional flag set_option which give functionality either to set or clear desired event bits, in wiced_rtos_set_event_flags this option is missing and the functionality is limited ONLY to set event bits
  • Missing equivalent of UINT tx_thread_terminate(TX_THREAD *thread_ptr) ) to terminate a thread, so wiced_rtos_delete_thread is useless as it requires prior terminated thread
0 Likes
0 Replies