Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused with #430

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions boards/stm32_common/ltdc/framebuffer_ltdc.adb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------

with Ada.Unchecked_Conversion;

with STM32.DMA2D.Interrupt;
with STM32.DMA2D.Polling;
with STM32.SDRAM; use STM32.SDRAM;
Expand Down
1 change: 0 additions & 1 deletion boards/stm32_common/otm8009a/framebuffer_dsi.adb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
------------------------------------------------------------------------------

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;
with Ada.Interrupts.Names;

with Cortex_M.Cache;
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f429disco/framebuffer_ili9341.adb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------

with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.Device; use STM32.Device;
with STM32.GPIO; use STM32.GPIO;
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f469disco/touch_panel_ft6x06.adb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

-- Based on ft6x06.h from MCD Application Team

with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.Device; use STM32.Device;
with STM32.I2C;
Expand Down
9 changes: 3 additions & 6 deletions boards/stm32_common/stm32f746disco/touch_panel_ft5336.adb
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@

-- Based on ft5336.h from MCD Application Team

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;

with HAL.Touch_Panel; use HAL.Touch_Panel;

with STM32.Board; use STM32.Board;
with Ada.Real_Time; use Ada.Real_Time;
with HAL.Touch_Panel; use HAL.Touch_Panel;
with STM32.Board; use STM32.Board;
with STM32.Setup;

package body Touch_Panel_FT5336 is
Expand Down
2 changes: 0 additions & 2 deletions boards/stm32_common/stm32f769disco/touch_panel_ft6x06.adb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
-- Based on ft6x06.h from MCD Application Team

with Ada.Real_Time; use Ada.Real_Time;
with Ada.Unchecked_Conversion;

with STM32.Board; use STM32.Board;
with STM32.I2C; use STM32.I2C;
with STM32.Setup;
Expand Down
Loading