Silvano Seva
|
c0ecf2e13f
|
Basic audio management module, controlling only speaker PA and microphone preamplifier. TG-61
|
2021-04-12 19:10:13 +02:00 |
Silvano Seva
|
7209414a2b
|
Fixed error in ADC conversion sequence in MD-3x0 platforms, improved behaviour of 'platform_pwrButtonStatus' in targets having the power switch on the volume knob.
|
2021-04-11 18:19:08 +02:00 |
Silvano Seva
|
1e7c2ceac3
|
Fixed missing ';' in GD-77 and DM-1801 implementations of 'platform_pwrButtonStatus'
|
2021-04-11 12:47:22 +02:00 |
Silvano Seva
|
4b30a66735
|
Added 'platform_pwrButtonStatus' API function, which returns the current status of the power button/knob. Implemented power on/off mechanism on MD-9600
|
2021-04-11 12:38:20 +02:00 |
Federico Amedeo Izzo
|
93d2ede113
|
Add default contrast setting define
|
2021-04-11 09:10:08 +02:00 |
Silvano Seva
|
56c598da7e
|
Created low-level driver for backlight level management
|
2021-04-10 14:12:15 +02:00 |
Silvano Seva
|
a2578ba42d
|
Propagating change of the return value of platform_getChannelSelector
|
2021-04-03 09:28:27 +02:00 |
Silvano Seva
|
5b44cb9a9f
|
On GDx devices deferred the loading of calibration data from 'platform_init' to the first call of 'platform_getCalibrationData' to avoid having the screen blank for a while when booting
|
2021-03-14 17:08:12 +01:00 |
Silvano Seva
|
5d0c7f3d9c
|
Removed I2C initialisation from GDx EEPROM driver, as the I2C bus is already initialised in platform_init() and the double initialisation made some radios freeze on the splash screen
|
2021-03-14 11:46:00 +01:00 |
Silvano Seva
|
093640478c
|
Moving to miosix kernel: adapted GDx drivers and part of the common code to new configuration
|
2021-03-13 09:16:06 +01:00 |
Federico Amedeo Izzo
|
dc5739b8bc
|
Fix GD-77 SPI flash pinout to make flash working
|
2021-03-01 20:54:00 +01:00 |
Silvano Seva
|
d69c237255
|
Fixed misspelled parameter of gpio_clearPin
|
2021-02-19 11:58:55 +01:00 |
Silvano Seva
|
af6c78542a
|
Added support for power gating gpio
|
2021-02-19 11:51:05 +01:00 |
Silvano Seva
|
80c7668faa
|
Added a data structure providing some hardware information parameters and the relative platform API function to retrieve them
|
2021-02-01 21:27:31 +01:00 |
Silvano Seva
|
88387ee00d
|
Renamed 'GD77' folder to 'GD-77' to correctly match the device name
|
2021-02-01 15:55:45 +01:00 |