powctl: implement client api (needs board-specific impl)
1 parent 3d31837 commit 485304bd17d38927309ebb3084cfa9d8110013f8
@Michael Scire Michael Scire authored on 3 Nov 2020
SciresM committed on 14 Nov 2020
Showing 37 changed files
View
libraries/libstratosphere/include/stratosphere.hpp
View
libraries/libstratosphere/include/stratosphere/ams/impl/ams_system_thread_definitions.hpp
View
libraries/libstratosphere/include/stratosphere/ddsf/ddsf_i_castable.hpp
View
libraries/libstratosphere/include/stratosphere/gpio/driver/gpio_i_gpio_driver.hpp
View
libraries/libstratosphere/include/stratosphere/i2c/driver/i2c_i2c_device_property.hpp
View
libraries/libstratosphere/include/stratosphere/i2c/driver/i2c_i_i2c_driver.hpp
View
libraries/libstratosphere/include/stratosphere/powctl.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/driver/powctl_driver_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_battery_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_charger_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_devices.board.nintendo_nx.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_select_devices.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_session_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_types.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/pwm/driver/pwm_i_pwm_device.hpp
View
libraries/libstratosphere/include/stratosphere/pwm/driver/pwm_i_pwm_driver.hpp
View
libraries/libstratosphere/source/powctl/impl/board/nintendo_nx/powctl_board_impl.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/board/nintendo_nx/powctl_board_impl.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/board/nintendo_nx/powctl_interrupt_event_handler.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/board/nintendo_nx/powctl_interrupt_event_handler.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/board/nintendo_nx/powctl_retry_helper.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_charger_driver.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_device_management.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_device_management.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_i_power_control_driver.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_select_board_driver.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/powctl_battery_api.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/powctl_charger_api.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/powctl_driver_api.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/powctl_session_api.cpp 0 → 100644
View
libraries/libvapours/include/vapours/results.hpp
View
libraries/libvapours/include/vapours/results/powctl_results.hpp 0 → 100644
View
stratosphere/boot/source/boot_driver_management.cpp
View
stratosphere/boot/source/boot_driver_management.hpp
View
stratosphere/boot/source/boot_fan_enable.cpp
View
stratosphere/boot/source/boot_fan_enable.hpp
View
stratosphere/boot/source/boot_main.cpp