.. |
a1x
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
am335x
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
c5471
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
cxd56xx
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
dm320
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
efm32
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
imx6
|
boards/arm/imx6/sabre-6quad/scripts/Make.defs: Yet another boards/ re-organization fixup.
|
2019-09-11 11:17:07 -06:00 |
imxrt
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
kinetis
|
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
|
2019-09-05 08:12:50 -06:00 |
kl
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
lc823450
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
lpc17xx_40xx
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
lpc31xx
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
lpc43xx
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
lpc54xx
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
lpc214x
|
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
|
2019-09-11 08:56:56 -06:00 |
lpc2378
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
max326xx
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
moxart
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
nrf52
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
nuc1xx
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
s32k1xx
|
Update some comments and README files.
|
2019-08-24 13:06:43 -06:00 |
sam34
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
sama5
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
samd2l2
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
samd5e5
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
samv7
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
stm32
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
stm32f0l0g0
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
stm32f7
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
stm32h7
|
Merged in alinjerpelea/nuttx (pull request #1014)
|
2019-08-21 13:39:29 +00:00 |
stm32l4
|
boards/: Several more fixes to Make.defs files and README.txt files. More collateral damage from the big boargs/ directory re-organization.
|
2019-09-11 11:15:56 -06:00 |
str71x
|
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
|
2019-09-11 08:56:56 -06:00 |
tiva
|
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
|
2019-09-02 07:57:10 -06:00 |
tms570
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |
xmc4
|
Fix typos in comments.
|
2019-08-21 09:32:59 -06:00 |