rt-thread/libcpu/ti-dsp
明德无敌赵晓薇 21d32cdb3a
[libcpu][C28x] Fix bugs of old c28x interrupt api which can not save and restore int status
In C28x DSP, interrupt status are stored in ST1 register. Both INTM and DBGM is used for masking interrupt, while the latter one is used in real-time debug mode. The origin function rudely enable and disable the interrupt without considering the recent interrupt status, which not only may cause  problem in some situation but also is not in conformity with rt-thread design specifications. The new api will fix this bug.
2019-06-18 20:59:00 +08:00
..
c28x [libcpu][C28x] Fix bugs of old c28x interrupt api which can not save and restore int status 2019-06-18 20:59:00 +08:00
SConscript [libcpu] Fix the build directory issue 2019-03-26 13:36:01 +00:00