raiden00pl
|
33901969fe
|
Fix nxstyle warnings
|
2020-10-10 12:24:28 -06:00 |
raiden00pl
|
1621305e79
|
drivers: Changed headers for apache 2.0 license
|
2020-10-10 12:24:28 -06:00 |
Xiang Xiao
|
cde88cabcc
|
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-02-23 22:27:46 +01:00 |
Xiang Xiao
|
5c80b94820
|
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
|
2020-02-01 08:27:30 -06:00 |
Mateusz Szafoni
|
2fc5237854
|
Merged in raiden00/nuttx (pull request #529)
Master
* cosmetics
* stm32_hrtim: add helper macros
* smps: cosmetics
* stm32f33xxx_adc: injected channels support, fix some definitions, add interface to disable interrupts
* stm32f334-dsico: beginning of lower-half driver for SMPS (buck-boost onboard converter)
* nucleo-f334r8/highpri: missing ADC trigger configuration
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-11-05 14:15:04 +00:00 |
Mateusz Szafoni
|
2ffc2ab875
|
Merged in raiden00/nuttx (pull request #480)
Master
* smps.c: fix error messages
* stm32f33xxx_hrtim.h: fix definition
* stm32_hrtim: fix pclk calculation
* stm32_hrtim.c: cosmetics
* smps.h: cosmetics
* add upper-half driver for high power LED driver (powerled)
* stm32f334-disco: beginning of lower half driver for high power LED (powerled)
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-09-10 17:43:20 +00:00 |
Mateusz Szafoni
|
23edfe2557
|
Merged in raiden00/nuttx (pull request #477)
Master
* stm32f33xxx_hrtim.h: add some comments
* stm32_hrtim: add burst mode configuration, rename some definitions
* smps.h: add private data to the smps_s structure
* stm32_hrtim: cosmetics
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-09-03 18:46:41 +00:00 |
Mateusz Szafoni
|
daac3bd7f8
|
Merged in raiden00/nuttx (pull request #476)
Master
* stm32_dac.c: fix compilation when DMA disabled for channel
* smps.h: update some comments
* smps.c: more sanity checks
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-09-02 19:52:21 +00:00 |
Gregory Nutt
|
4be064d19a
|
Move SMPS driver to drivers/power (and header to include/nuttx/power). Rename debug to IOCTLs to more general power naming; create a separate file to coordinate power-related IOCTL commands.
|
2017-07-23 07:35:09 -06:00 |