Skip to content

FNET v4.6.0

Compare
Choose a tag to compare
@butok butok released this 24 Aug 13:55
· 23 commits to master since this release
  • Version 4.6.0
    • Certified for Apple Bonjour logo.
    • Added bare-metal Azure client example.
    • Used milliseconds instead of timer ticks.
    • Added FNET_CFG_TIMER_ALT which enables/disables alternative timer support.
    • Used FreeRTOS timer instead bare-metal one for FreeRTOS demo applications.
    • Deprecated fnet_timer_get_ticks(), fnet_timer_ms2ticks().
    • Deprecated FNET_CFG_TIMER_POLL_AUTOMATIC, covered by FNET_CFG_TIMER_ALT.
    • Used typedef instead of struct type.
    • Added fnet_shell_get_command_by_name() which looks for a shell command by its name.
    • Fixed minor Coverity findings.

Best regards,
Andrey Butok