flipperzero-firmware/lib/u8g2
Nikolay Minaylov 2f3ea9494e
HAL to LL migration: GPIO, HSEM, AES (#1069)
* gpio, hsem, crypto: switch from HAL to LL/registers
* Moved GPIO initialization to furi_hal
* More HAL removed
* All HAL modules disabled
* HAL is finally removed
* hal_gpio -> furi_hal_gpio, main.h removed
* Bootloader build fix
* RTOS config moved to freertos-glue
* delay -> furi_hal_delay

Co-authored-by: あく <alleteam@gmail.com>
2022-03-30 18:23:40 +03:00
..
u8g2_bitmap.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_box.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_buffer.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_circle.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_d_memory.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_font.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_fonts.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_glue.c HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
u8g2_glue.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_hvline.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_intersection.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_line.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_ll_hvline.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2_setup.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8g2.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_8x8.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_byte.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_cad.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_display.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_gpio.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8_setup.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
u8x8.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00