Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-12-04 | Fixed http response codes in postHEADmaster | Krzysztof Wieclaw | 1 | -1/+1 |
2018-12-04 | Function naming refactor | Michal Skorupinski | 5 | -25/+27 |
2018-11-30 | Temporary fix to wrong response format | Michal Skorupinski | 2 | -2/+16 |
2018-11-30 | Fix in led colors when a new lap event is detected | Michal Skorupinski | 2 | -106/+71 |
2018-11-30 | Added cloud reconnecting | Krzysztof Wieclaw | 3 | -23/+16 |
2018-11-30 | Changed the way that the led colors are stored in the config file | Michal Skorupinski | 3 | -13/+48 |
2018-11-27 | Code fixes. Some logs added | Michal Skorupinski | 2 | -9/+24 |
2018-11-27 | Config for different led colors displaying the car states | Michal Skorupinski | 5 | -24/+134 |
2018-11-21 | Config added for the cloud comunication | Michal Skorupinski | 3 | -6/+55 |
2018-11-21 | Setting the led color based on the app state | Michal Skorupinski | 4 | -32/+54 |
2018-11-20 | RGB led functionality added | Michal Skorupinski | 4 | -109/+187 |
2018-11-06 | I2c led | Michal Skorupinski | 4 | -69/+108 |
2018-11-05 | Controling the rgb led using pwm | Michal Skorupinski | 1 | -10/+67 |
2018-10-31 | Ability to turn the bi-color led on and off using the config | Michal Skorupinski | 2 | -22/+43 |
2018-10-31 | Added two color led to indicate the app's status | Michal Skorupinski | 5 | -3/+159 |
2018-10-30 | GPIO pins updated | Michal Skorupinski | 1 | -3/+3 |
2018-10-30 | Car params loaded using config api | Michal Skorupinski | 3 | -28/+186 |
2018-10-26 | Resetting the lap counter when a new name is recived | Michal Skorupinski | 2 | -2/+10 |
2018-10-26 | Sending lap time to cloud | Michal Skorupinski | 8 | -16/+522 |
2018-10-25 | Integration with the lap_counter module | Michal Skorupinski | 3 | -76/+88 |
2018-10-25 | Lap counter peripheral added | Michal Skorupinski | 2 | -0/+158 |
2018-10-23 | Added service of message_config_user_name | Krzysztof Wieclaw | 2 | -1/+30 |
2018-10-23 | Added lap counter module stub | Krzysztof Wieclaw | 1 | -0/+49 |
2018-10-23 | Ported user name message | Krzysztof Wieclaw | 2 | -0/+99 |
2018-10-05 | New servo ranges | Michal Skorupinski | 1 | -28/+26 |
2018-10-04 | Camera control | Michal Skorupinski | 1 | -1/+17 |
2018-10-04 | Cleanup unused functions and modules | Krzysztof Wieclaw | 6 | -1220/+2 |
2018-10-04 | Integrated controller connection manager | Krzysztof Wieclaw | 1 | -25/+28 |
2018-10-04 | Added new class in command.h file | Krzysztof Wieclaw | 1 | -6/+51 |
2018-10-04 | Implemented controler connection manager | Krzysztof Wieclaw | 1 | -0/+295 |
2018-10-04 | Ported messages from gear racing controller | Krzysztof Wieclaw | 13 | -0/+1072 |
2018-10-04 | Cloud communication integration | Michal Kolodziejski | 2 | -7/+241 |
2018-09-27 | Net utils | Michal Kolodziejski | 2 | -1/+256 |
2018-09-25 | Cloud API added | Michal Kolodziejski | 4 | -0/+742 |
2018-09-21 | Added implementation of UDP connection | Krzysztof Wieclaw | 1 | -0/+189 |
2018-09-20 | config module implementation | Lukasz Stanislawski | 1 | -0/+233 |
2018-03-20 | fixed order of initializing modules | Jeonghoon Park | 1 | -8/+8 |
2018-01-18 | fixed typos | Jeonghoon Park | 1 | -1/+1 |
2018-01-18 | applys message and connection manager modules | Jeonghoon Park | 1 | -83/+140 |
2018-01-18 | Merge pull request #8 from jh1979-park/receiver2 | 박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자 | 2 | -104/+508 |
2018-01-18 | Merge pull request #7 from jh1979-park/conn_mgr | 박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자 | 1 | -0/+237 |
2018-01-12 | refines receiver and receiver udp module | Jeonghoon Park | 2 | -104/+508 |
2018-01-12 | add connection manager module | Jeonghoon Park | 1 | -0/+237 |
2018-01-12 | fixed missing things in resource module | Jeonghoon Park | 1 | -0/+2 |
2018-01-12 | Merge pull request #5 from jh1979-park/message_2 | 박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자 | 1 | -0/+120 |
2018-01-09 | adds missing changes | Jeonghoon Park | 1 | -20/+35 |
2018-01-09 | add message queue related functions | Jeonghoon Park | 1 | -8/+5 |
2018-01-08 | adds message module | Jeonghoon Park | 1 | -0/+108 |
2018-01-08 | fixed typos | Jeonghoon Park | 1 | -1/+1 |
2018-01-04 | fixs some functions scope to static | Jeonghoon Park | 1 | -2/+2 |