This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-15 07:01:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
42dfd18d7c
nuttx
/
arch
/
arm
History
Download ZIP
Download TAR.GZ
David Sidrane
42dfd18d7c
arch/arm/src/imxrt/imxrt_lpspi.c: Fixed race on register setting. The ouput frequency was not being initialized correctly. The value of LPSPI_TCR_PRESCALE was getting set to 7. Making the setting atomic fixed the race. I suppose a DSB() could have also fixed it.
2019-12-12 08:31:24 -06:00
..
include
Reviewed by David Sidrane.
2019-11-18 14:03:38 -06:00
src
arch/arm/src/imxrt/imxrt_lpspi.c: Fixed race on register setting. The ouput frequency was not being initialized correctly. The value of LPSPI_TCR_PRESCALE was getting set to 7. Making the setting atomic fixed the race. I suppose a DSB() could have also fixed it.
2019-12-12 08:31:24 -06:00
Kconfig
Merged in david_s5/nuttx/master_h7 (pull request
#1058
)
2019-10-22 19:49:49 +00:00