History: oal_os_ose
This page describes all changes made to the oal_os_ose package, OAL for OSE, since its release.
Version
2.2r2 (2018-08-29, 18:27):
- Document HTML link added to the documentation folder.
- History and document files renamed to the package name.
2.2:
- Made compatible with OAL Base v2.x.
- Added oal_event_clear() function.
- Fixed oal_event_set() in case multiple event flags are set.
2.1:
- config_oal.h introduced. This allows disabling/enabling of parts of the OAL.
2.0:
- oal_task_t type added to oalp_task.h.
- Pointer to oal_task_t added as the first parameter to oal_task_create().
- oal_task_delete() expects pointer to oal_task_t instead of oal_task_id_t.
- oal_task_yield() function added.