1. 29a7177 Remove unnecessary local vars from knot_thing_create_schema by Tiago Barros · 6 years ago
  2. 5effddb Change default number of data items to 3 by Tiago Barros · 6 years ago
  3. 01b57fb Modify signature of registerDefaultConfig() by Larissa Lages · 6 years ago
  4. 98cede6 Verify if the config is valid. by Larissa Lages · 6 years ago
  5. 56f067b Use same function for default and cloud config by Larissa Lages · 6 years ago
  6. 7b7892e Set default values for config. by Larissa Lages · 6 years ago
  7. 1438ded Create script to update library version by Paulo Serra Filho · 6 years ago
  8. ea729bf Verify if git folder already exists before clone by Paulo Serra Filho · 6 years ago
  9. 9829236 Update Thing library version by Paulo Serra Filho · 6 years ago
  10. d474040 Modify version to match release by Paulo Serra Filho · 6 years ago
  11. 67f4d5e Remove unused KNOT_THING_BUILD_DIR by Paulo Serra Filho · 6 years ago
  12. 8c61bd5 Add log messages for connection states by Tiago Barros · 6 years ago
  13. ed62740 Put AVR related headers under correct #ifdef by Tiago Barros · 6 years ago
  14. d39fc9c Fix some wrong error conditions by Tiago Barros · 6 years ago
  15. ad236bd Remove local vars in knot_thing_data_item_read by Tiago Barros · 6 years ago
  16. 3021edf Use new hal_log functions by Tiago Barros · 6 years ago
  17. 9c807b5 Added clean-local target, to avoid cloning the hal and protocol repositories all the time we perform make all by Tiago Barros · 6 years ago
  18. 805536a Fix compiler warnings by Tiago Barros · 6 years ago
  19. 2ebed29 Fix error in KNOT_MSG_DATA_RESP msg handling by Tiago Barros · 6 years ago
  20. 62ec662 Fix error in is_uuid function by Tiago Barros · 6 years ago
  21. b74f099 Fix error on device_name declaration by Tiago Barros · 6 years ago
  22. d49fd27 Replace local msg vars by a global knot_msg var by Tiago Barros · 6 years ago
  23. 4158779 Re-order global variables by Tiago Barros · 6 years ago
  24. 562946b Change global buffer device_name to a pointer by Tiago Barros · 6 years ago
  25. 8f02e1b Add missing call to knot_thing_protocol_exit() by Tiago Barros · 6 years ago
  26. 6f3ab06 Remove unnecessary function pointers in knot_protocol by Tiago Barros · 6 years ago
  27. c468b9e Make ThingMain events/config/read/write functions public by Tiago Barros · 6 years ago
  28. fc85815 Add *.patch to gitignore by Larissa Lages · 6 years ago
  29. 001f22b Fix warning: 'ret_val' may be used uninitialized by Claudio Takahasi · 6 years ago
  30. 8b54e65 Fix incompatible pointer type warning by Claudio Takahasi · 6 years ago
  31. b725d8b Fix error on packaging files from knot-protocol by Marcela Oliveira · 6 years ago KNOT-v01.02-rc12
  32. 33c21c2 Thing_protocol: Change led status to pin 6 by Marcela Oliveira · 6 years ago
  33. 282b429 Add F() macro on WaterDispenser example by Marcela Oliveira · 6 years ago
  34. 81d607e Add F() macro on SpeedSensor by Marcela Oliveira · 6 years ago
  35. d864fdb Add F() macro on Light example by Marcela Oliveira · 6 years ago
  36. aef7b98 Add F() macro on Blink_RGB example by Marcela Oliveira · 6 years ago
  37. d9d9a96 Add F() macro on BeamSensor example by Marcela Oliveira · 6 years ago
  38. c146c54 Makefile: remove linux specific files by Paulo Serra Filho · 6 years ago
  39. 6b4fea8 Add connected substate by Claudio Takahasi · 6 years ago
  40. 552d2a0 nRF24: Fix address when accepting connection by Claudio Takahasi · 6 years ago
  41. c2c1d9d Add minor coding style fixes by Claudio Takahasi · 6 years ago
  42. dff64c4 examples: call function registerDefaultConfig() by Larissa Lages · 6 years ago
  43. 0d0fce4 saving config default from user input by Larissa Lages · 6 years ago
  44. cb36b68 Creating knot_thing_register_config_item() by Larissa Lages · 6 years ago
  45. 6fd84f2 Create default config function by Larissa Lages · 6 years ago
  46. 99c902a Fix hal headers include by Claudio Takahasi · 6 years ago
  47. 91cea34 knot-thing-main.c: Add default config by Paulo Serra Filho · 6 years ago KNOT-v01.02-rc10 KNOT-v01.02-rc11
  48. 94388c8 example: Fix defined pin for sensor in BeamSensor sketch by Paulo Serra Filho · 6 years ago
  49. 974507e knot_thing_main.c:Fix check for the last_item in verify_events() by Paulo Serra Filho · 6 years ago
  50. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  51. aec8ea1 knot_thing_main.c: Setting last_timeout when the item is registered by Paulo Serra Filho · 6 years ago
  52. 7f19f45 Fix registering sensors/actuators by Douglas Vasconcelos · 7 years ago KNOT-v01.02-rc05 KNOT-v01.02-rc06 KNOT-v01.02-rc07 KNOT-v01.02-rc08 KNOT-v01.02-rc09
  53. 0f3f2fe Remove leftover defines by Claudio Takahasi · 7 years ago
  54. 2f5209f example: Fix coding style in water dispenser app by Claudio Takahasi · 7 years ago
  55. a818c9e example: Change variables scope to local by Claudio Takahasi · 7 years ago
  56. 2531b8b Fix: number of bytes sent when write data by Paulo Serra Filho · 7 years ago
  57. f0dede2 Move upper/lower array to _data_items by Claudio Takahasi · 7 years ago
  58. edf29ff Remove leftover logging code by Claudio Takahasi · 7 years ago
  59. 8b9b41b Convert static local variable to local by Claudio Takahasi · 7 years ago
  60. 662ccd4 Fix warning invalid conversion by Marcela Oliveira · 7 years ago
  61. 6b78d6f Handle invalid device by Rodrigo Alves · 7 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  62. 0ec07ca Remove global variable by Claudio Takahasi · 7 years ago
  63. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 7 years ago KNOT-v01.02-rc02
  64. 5a5a5f1 Documentation of Water Dispenser Application by Douglas Vasconcelos · 7 years ago
  65. 0e3f3da Removing bouncing TODO, cause bouncing will be threated by user on the read by Lucas Cavalcanti · 7 years ago
  66. ec9bf66 Removing TODO, which asks to delete if condition, but its a necessary code, by Lucas Cavalcanti · 7 years ago
  67. c53c978 Changing the return define to invalid_device, because the condition checks by Lucas Cavalcanti · 7 years ago
  68. 9748c1a Add Beam Sensor example by Erick Simões · 7 years ago
  69. 3a2e1ab Update: Makefile by Paulo Serra Filho · 7 years ago
  70. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 7 years ago
  71. d4ecc2a Remove unused variables by Gabriel Bandeira · 7 years ago
  72. c4933d5 Remove warning with a cast on pgm_read_word calls by Gabriel Bandeira · 7 years ago
  73. 834cd64 Add single function exit flow by Claudio Takahasi · 7 years ago
  74. 89edc53 Fix wrong callback verification by Claudio Takahasi · 7 years ago
  75. 3f80f50 Add minor code cleanup for write callback by Claudio Takahasi · 7 years ago
  76. 59a2936 Avoid getting current time unnecessarily by Claudio Takahasi · 7 years ago
  77. af3a5ce Use switch instead of if by Claudio Takahasi · 7 years ago
  78. 1e8d2c8 Simplify upper/lower limit assignment by Claudio Takahasi · 7 years ago
  79. 12fc352 Rename max_sensor_id to last_id by Claudio Takahasi · 7 years ago
  80. 76c51b9 Add cosmetic changes by Claudio Takahasi · 7 years ago
  81. 729eb04 Add static modifier to local functions by Claudio Takahasi · 7 years ago
  82. 93c313c Remove unnecessary log by Gabriel Bandeira · 7 years ago KNOT-v01.02-rc01
  83. 9d64fc8 Fix: Unnecessary logging by Erick Simões · 7 years ago
  84. c032804 Print Thing's MAC address on initialization by Gabriel Bandeira · 7 years ago
  85. 32ebfb4 Example DrinkingFountain renamed to WaterDispenser by Erick Simões · 7 years ago
  86. 4f5d51d Store offset in EEPROM by Erick Simões · 7 years ago
  87. 0e9ca43 Fix: Set button pin mode by Erick Simões · 7 years ago
  88. 0fd1356 Adding a security range in DrinkingFountain to avoid bounding by Erick Simões · 7 years ago
  89. a13b044 Reading DrinkFountain with a interval by Erick Simões · 7 years ago
  90. d667612 Add hal_log to thing protocol by Gabriel Bandeira · 7 years ago
  91. 23fce2b Change hal_log to use PROGMEM by Gabriel Bandeira · 7 years ago
  92. 8d7195f Add tare function to water dispenser by Douglas Vasconcelos · 7 years ago KNOT-v01.01
  93. 385cf15 Add LED to indicate connection status by Erick Simões · 7 years ago
  94. 5efde27 Fix not creating thing files according to the tag by Lucas Cavalcanti · 7 years ago
  95. 6a2d108 thing_main: Add static modifier to verify_events by Claudio Takahasi · 7 years ago
  96. 32e7df2 Fix sending data continuously after reaching upper or lower limit by Lucas Cavalcanti · 7 years ago
  97. 5e57566 Fix: evt_sensor_id not re-starting at verify_events by Lucas Cavalcanti · 7 years ago
  98. 6ecb929 Clear EEPROM if the mac address is invalid on initialization by Renie Delgado · 7 years ago
  99. 8a8cea9 Set new mac only if there isn't a valid mac on eeprom by Reniê Delgado · 7 years ago
  100. 2c36dff Fix: Send config response only if sucessfully stored by Paulo Serra Filho · 7 years ago