Age | Commit message (Collapse) | Author | Files | Lines |
|
Switch from using direct CANbus socket access to using the low-can
binding service for sending HVAC events.
Bug-AGL: SPEC-2984
Change-Id: Iae5a497c808954dcc9e579f34bac90e9e5db9267
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
|
|
HVAC binding requires several libm functions and failure to link causes the
following runtime failure.
libafm-hvac-binding.so: undefined symbol: round [afb-api-so.c:83,load_binding]
Bug-AGL: SPEC-2984
Change-Id: I963fd60d81d0ed6499ae6e4712e27070ce90959c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
[ 40%] Building C object binding/CMakeFiles/afm-hvac-binding.dir/hvac-demo-binding.c.o
agl-service-hvac/binding/hvac-demo-binding.c: In function ‘bindingServicePreInit’:
agl-service-hvac/binding/hvac-demo-binding.c:707:1: warning: no return statement in function returning non-void [-Wreturn-type]
707 | }
Bug-AGL: SPEC-2984
Change-Id: I074836fef1c5378172b7d3cf60af4950aabb2f56
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
* remove memory leak of json_object
* remove security risk of displaying event message in journal
Bug-AGL: SPEC-2984
Change-Id: I6287093a79d382a895a61d83263f3f4208ed999b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Move the configuration file parsing to pre-init so that CAN device
configuration will work.
Bug-AGL: SPEC-2949
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I0d3fbaf5853f8e13675df6843fcab7416acf7170
|
|
Current CAN_DEV is set vcan0 as default and hardcoding.
Sometimes hvac uses lin or other type of can device.
User can set CAN device name from JSON file in /etc/hvac.json
Change-Id: I2c29fb16d7d4a48364cc1d35a9f5004afbdb477b
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
Bug-AGL: SPEC-1757
Change-Id: I50d0c732dbda8f11b566b76cdc2eb333efb780ec
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Silence unused variable warnings from compiler by removing them
Bug-AGL: SPEC-1757
Change-Id: Iabe7aaf2874ee18b3ef2237200cc8a378d38bff2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Pretty sure NULL doesn't need to be defined for any modern compiler in
the last 20 years.
Bug-AGL: SPEC-1757
Change-Id: I3036e0db90b090a8d19527eb9244e0d9e455b332
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Fields in struct led_paths are never directly changed and are assigned from
json_object_get_string() which returns const char *
Bug-AGL: SPEC-1757
Change-Id: If2a6ea592f30d95f16a62cb1b5a12f5212b12163
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Remove overly verbose field definitions, and removed explicit v2 references.
Bug-AGL: SPEC-1757
Change-Id: I79b51ff9ab6a81b7646e91bb2842db3d84a10022
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This is the split out binding from the HVAC package.
Bug-AGL: SPEC-1757
Change-Id: If8499ac811491fac204a213768f27f584dd996e1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|