eb876f1b0cFixed bad clock tree configuration for STM32F405 MCU
Silvano Seva
2020-11-13 12:27:07 +0100
a5eeca7daeMoving ADC driver for MDxx380 family to common drivers folder.
Silvano Seva
2020-11-13 08:58:10 +0100
6445eb0950Move selection of linker script in meson.build
Niccolò Izzo
2020-11-12 22:10:13 +0100
a18a11837cAdd keyboard test
Fred
2020-11-11 11:02:22 +0100
f10a6e426cImprove SDL keyboard event handling
Fred
2020-11-11 11:01:27 +0100
b4b3b3fa5aFixing screen orientation for MD380
Silvano Seva
2020-11-03 22:46:58 +0100
6c2e3153c7Added, for each hconfig.h, a define directive to allow to uniquely identify the target platform during compilation
Silvano Seva
2020-11-03 22:41:34 +0100
5ba7563638Added missin include to ui.c
Silvano Seva
2020-11-03 21:47:10 +0100
45849c0f60UI: Fix missing zeroes from clock and VBat
Federico Amedeo Izzo
2020-11-01 19:55:49 +0100
1bed1b5cfeRemove dubious font
Federico Amedeo Izzo
2020-11-01 18:49:17 +0100
9f9b76e9b5Make the SDL window resizable
Fred
2020-10-31 18:40:11 +0100
a2b2b602ddAdd initial UI main
Federico Amedeo Izzo
2020-10-30 20:13:52 +0100
90023459f5Move test main.c to tests/platform/
Federico Amedeo Izzo
2020-10-29 23:35:22 +0100
b0e83c4303Fix compilation for MD-UV380
Federico Amedeo Izzo
2020-10-29 22:34:37 +0100
a232caf7ecCleaned up MD-UV380 hwconfig and platform API implementation, removed pins and function bodies not corresponding to any known functionality.
Silvano Seva
2020-10-29 17:56:33 +0100
b0f5341304Added flag for 'monitor' button to keyboard driver, implemented 'monitor' and 'function' buttons in MDxx380 keyboard driver
Silvano Seva
2020-10-29 09:29:11 +0100
9a94efb1c7Keyboard driver for MD-380 and MD-UV380
Silvano Seva
2020-10-26 20:12:00 +0100
b434793bafAdd linux implementation of the platform API
Fred
2020-10-26 15:45:59 +0100
2350103831Made platform_getVbat returning the battery voltage in V instead of mV.
Silvano Seva
2020-10-26 13:14:52 +0100
50f6799ab9Little improvements in platform test: reduced delay and blinking green led to signal effective code execution
Silvano Seva
2020-10-25 17:26:38 +0100
bf3488def8Improved check for rendering in progress in HX83XX display driver, now both chip select and DMA enable bit are verified
Silvano Seva
2020-10-25 17:22:33 +0100
1877f92905main.c: Add Platform test
Federico Amedeo Izzo
2020-10-25 11:54:43 +0100
adb4995653MD-UV380: Separate target from MD380, add platform.c code
Federico Amedeo Izzo
2020-10-25 11:54:16 +0100
fed1146690Adding channel selector and PTT to MD-380 platform API
Silvano Seva
2020-10-24 19:24:57 +0200
69c96c1d81Renamed source file of display driver for MD-380 and MD-UV380
Silvano Seva
2020-10-24 16:29:49 +0200
8a3872e5f9Added to platform API a function which allows to query the PTT status
Silvano Seva
2020-10-24 16:10:22 +0200
af2e4eb372Adding keyboard interface API
Silvano Seva
2020-10-24 16:06:45 +0200
bdd5ea6c7bImplemented display backlight regulation for MD-UV380
Silvano Seva
2020-10-24 15:20:06 +0200
6e758fe92bInitial implementation of the platform API for MD-UV380 target
Silvano Seva
2020-10-24 10:44:45 +0200
05f180f596Implementing the remaining API specified in platform.h for MD380 target
Silvano Seva
2020-10-24 10:40:40 +0200
8b7ec5b4ceRemoving useless include from bootstrap.c
Silvano Seva
2020-10-24 10:10:53 +0200
e5decb7244Fixed endianness reordering in MD380 display driver, now it reorders only the lines to be rendered instead of the whole framebuffer
Silvano Seva
2020-10-20 11:18:47 +0200
027c62b96eTesting MD380 display driver on the radio
Silvano Seva
2020-10-20 11:08:11 +0200
bdb59a3ff9Adapting MD380 display driver to uC/OS-III, making little code reorganisation and embedding endianness reordering into display_render()
Silvano Seva
2020-10-20 11:07:09 +0200
f4ca5ca025Moved blinky testsuite from STM32F4 discovery to MD380 for preliminary functionality tests
Silvano Seva
2020-10-20 09:56:08 +0200
8e92a81115Add wrapping and flashing capabilities to build system
Niccolò Izzo
2020-10-19 15:02:18 +0200
72d739b987Import OpenGD77 font
Federico Amedeo Izzo
2020-10-17 22:05:50 +0200
b9517e5867Adding support for 8bpp grayscale and 1bpp black/white pixel formats to SDL-based display emulator, keeping 16bpp RGB565 as the default one.
Silvano Seva
2020-10-17 21:31:06 +0200
fabc874d63Update build instructions and .gitignore
Niccolò Izzo
2020-10-14 14:12:50 +0200
e9696920a6Testing graphics driver on MD380
Silvano Seva
2020-10-10 22:33:19 +0200