mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
Master
* libdsp: initial commit
* libdsp: cosmetics
* stm32f334-disco/buckboost: use a PID controller from libdsp
* stm32_adc.h: fix typo
* stm32_dac.c: set OUTEN bit for DAC1CH2 and DAC2CH1
* stm32_hrtim: cosmetic changes
* power/motor: direction parameter is now int8 + add overload fault
* libdsp: all floats with f-sufix
libdsp: add precision option for library
libdsp: add debug option for library and assertions in functions
libdsp: add current samples correction for SVM3
libds: add some motor control specific functions
libdsp: add basic speed observer
libdsp: fix phase shift in SMO observer
libdsp: add more logic to FOC
config/sim/dsptest: add dsptest configuration
* libdsp/lib_motor.c: remove unused comparation
* libdsp/lib_observer.c: update some comments
Approved-by: GregoryN <gnutt@nuttx.org>
|
||
|---|---|---|
| .. | ||
| battery_charger.c | ||
| battery_gauge.c | ||
| bq2425x.c | ||
| bq2425x.h | ||
| bq2429x.c | ||
| Kconfig | ||
| Make.defs | ||
| max1704x.c | ||
| motor.c | ||
| pm.h | ||
| pm_activity.c | ||
| pm_changestate.c | ||
| pm_checkstate.c | ||
| pm_initialize.c | ||
| pm_register.c | ||
| pm_unregister.c | ||
| pm_update.c | ||
| powerled.c | ||
| smps.c | ||