-
- Downloads
drivers: Initial support for TPS6274x converter
drivers/tps6274x: initial support step-down converter tests/driver_tps6274x: Added testcase for the step-down converter boards/jiminy-mega256rfr2: Added TPS6274x config
Showing
- boards/jiminy-mega256rfr2/include/board.h 13 additions, 0 deletionsboards/jiminy-mega256rfr2/include/board.h
- drivers/Makefile.dep 4 additions, 0 deletionsdrivers/Makefile.dep
- drivers/Makefile.include 4 additions, 0 deletionsdrivers/Makefile.include
- drivers/doc.txt 11 additions, 1 deletiondrivers/doc.txt
- drivers/include/tps6274x.h 87 additions, 0 deletionsdrivers/include/tps6274x.h
- drivers/tps6274x/Makefile 1 addition, 0 deletionsdrivers/tps6274x/Makefile
- drivers/tps6274x/include/tps6274x_params.h 57 additions, 0 deletionsdrivers/tps6274x/include/tps6274x_params.h
- drivers/tps6274x/tps6274x.c 86 additions, 0 deletionsdrivers/tps6274x/tps6274x.c
- tests/driver_tps6274x/Makefile 7 additions, 0 deletionstests/driver_tps6274x/Makefile
- tests/driver_tps6274x/README.md 11 additions, 0 deletionstests/driver_tps6274x/README.md
- tests/driver_tps6274x/main.c 49 additions, 0 deletionstests/driver_tps6274x/main.c
drivers/include/tps6274x.h
0 → 100644
drivers/tps6274x/Makefile
0 → 100644
drivers/tps6274x/include/tps6274x_params.h
0 → 100644
drivers/tps6274x/tps6274x.c
0 → 100644
tests/driver_tps6274x/Makefile
0 → 100644
tests/driver_tps6274x/README.md
0 → 100644
tests/driver_tps6274x/main.c
0 → 100644
Please register or sign in to comment