boot: refactor i2c driver into namespace
1 parent e62754e commit c87be7cd69eb1725fedb0bdf600670967e1ead00
@Michael Scire Michael Scire authored on 22 Jun 2019
Showing 43 changed files
View
stratosphere/boot/Makefile
View
stratosphere/boot/source/boot_battery_driver.hpp
View
stratosphere/boot/source/boot_charger_driver.hpp
View
stratosphere/boot/source/boot_check_clock.cpp
View
stratosphere/boot/source/boot_display.cpp
View
stratosphere/boot/source/boot_functions.hpp
View
stratosphere/boot/source/boot_gpio_utils.cpp
View
stratosphere/boot/source/boot_i2c_utils.cpp
View
stratosphere/boot/source/boot_pcv.cpp 0 → 100644
View
stratosphere/boot/source/boot_pinmux_utils.cpp
View
stratosphere/boot/source/boot_pmic_driver.hpp
View
stratosphere/boot/source/boot_rtc_driver.hpp
View
stratosphere/boot/source/i2c/driver/i2c_api.cpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/i2c_api.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp 0 → 100644
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp 0 → 100644
View
stratosphere/boot/source/i2c/i2c_command_list.cpp 0 → 100644
View
stratosphere/boot/source/i2c/i2c_command_list.hpp 0 → 100644
View
stratosphere/boot/source/i2c/i2c_types.hpp 0 → 100644
View
stratosphere/boot/source/i2c_driver/boot_pcv.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/boot_pcv.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_api.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_api.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_bus_accessor.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_bus_accessor.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_command_list.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_command_list.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_device_config.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_driver_session.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_driver_session.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_registers.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_resource_manager.cpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_resource_manager.hpp 100644 → 0
View
stratosphere/boot/source/i2c_driver/i2c_types.hpp 100644 → 0
View
stratosphere/libstratosphere
Not supported