microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20230505 #237

Closed samtertzakian closed 1 year ago

samtertzakian commented 1 year ago

Merge20230505

  1. Fix issue where PostInterruptEnable and PreInterruptDisable callbacks in Client Driver were not called.
  2. Add support for flushing data in DMF_NotifycUserWithRequest.
  3. Update use of ## operator to make compilation work on non-MSVC compilers.
  4. Add new SMF definition.

(There is no logical change in this version.)