]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Trigger context switch after ADC interrupts - simpler version eaton-0.5.5
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 27 Aug 2015 07:17:00 +0000 (09:17 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 27 Aug 2015 07:17:00 +0000 (09:17 +0200)
commit5114b88e9f76aa27985e8d3ba7537280cc9758c2
tree65be2a56560d8888f8bcf663b57b63e015e3ee71
parent97ba4c11f70f6863ab322695e04e482b9eeb266d
Trigger context switch after ADC interrupts - simpler version

Given the implementation of portYIELD_FROM_ISR() in FreeRTOS 8.2.2, it is
not necessary to call this macro at the end of the interrupt handler. This
allows us to centralize the call of this macro and keep target specific
files unmodified.
rpp/src/drv/adc.c