1. 1238e1e Handle KNOT_MSG_UNREGISTER_REQ message on STATE_ONLINE and STATE_RUNNING states. by Tiago Barros · 5 years ago KNOT-v01.03-rc04
  2. efb9c6d Handle KNOT_MSG_UNREGISTER_REQ message on STATE_SCHEMA_RESP state. by Tiago Barros · 5 years ago
  3. 775fd65 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_AUTHENTICATING state. by Tiago Barros · 5 years ago
  4. 830df55 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_REGISTERING state. by Tiago Barros · 5 years ago
  5. c1e56d5 Add handle_unregister() function. by Tiago Barros · 5 years ago
  6. b6169de Add thing identification on knot_config by Vitor Barros · 5 years ago
  7. 7a26df1 Avoid segmentation of KNoT register PDU by Larissa Lages · 5 years ago KNOT-v01.03-rc03
  8. ca16a32 Add LED status for authentication error by Larissa · 5 years ago
  9. d22b327 Add identity when registering new device by Claudio Takahasi · 5 years ago
  10. d879333 nrf24: Fix not using name informed as argument by Cristovao Rufino · 6 years ago KNOT-v01.02-rc13
  11. 707e213 Add option to allow changing default channel by Claudio Takahasi · 6 years ago
  12. 25d2e43 Fix minor code standard by Claudio Takahasi · 6 years ago
  13. 5f00faf Fix not managing disconnection by Vitor Barros · 6 years ago
  14. c9c480a nRF24: Fix MAC address validation criteria by Claudio Takahasi · 6 years ago
  15. 39c9e17 nRF24: Change address generation by Vitor Barros · 6 years ago
  16. a4c9565 Fix: Remove mgmt_read on knot_thing_protocol_run by Vitor Barros · 6 years ago
  17. dde937f Avoid send empty data messages by Tiago Barros · 6 years ago
  18. 896112d Improve LED status response by changing its behaviour by Tiago Barros · 6 years ago
  19. 864f1d0 Halt Thing if it fails on thing_init by Tiago Barros · 6 years ago
  20. 2ebe55a Remove the substates from protocol state machine by Tiago Barros · 6 years ago
  21. eee4708 Restart network after MAC reset by Tiago Barros · 6 years ago
  22. 4375b77 Remove unnecessary local vars in clear_data function by Tiago Barros · 6 years ago
  23. 579b9b7 Use hal_timeout to check timeout in knot_thing_verify_events function by Tiago Barros · 6 years ago
  24. 29a7177 Remove unnecessary local vars from knot_thing_create_schema by Tiago Barros · 6 years ago
  25. 5effddb Change default number of data items to 3 by Tiago Barros · 6 years ago
  26. 01b57fb Modify signature of registerDefaultConfig() by Larissa Lages · 6 years ago
  27. 98cede6 Verify if the config is valid. by Larissa Lages · 6 years ago
  28. 56f067b Use same function for default and cloud config by Larissa Lages · 6 years ago
  29. 7b7892e Set default values for config. by Larissa Lages · 6 years ago
  30. 9829236 Update Thing library version by Paulo Serra Filho · 6 years ago
  31. 8c61bd5 Add log messages for connection states by Tiago Barros · 6 years ago
  32. ed62740 Put AVR related headers under correct #ifdef by Tiago Barros · 6 years ago
  33. d39fc9c Fix some wrong error conditions by Tiago Barros · 6 years ago
  34. ad236bd Remove local vars in knot_thing_data_item_read by Tiago Barros · 6 years ago
  35. 3021edf Use new hal_log functions by Tiago Barros · 6 years ago
  36. 805536a Fix compiler warnings by Tiago Barros · 6 years ago
  37. 2ebed29 Fix error in KNOT_MSG_DATA_RESP msg handling by Tiago Barros · 6 years ago
  38. 62ec662 Fix error in is_uuid function by Tiago Barros · 6 years ago
  39. b74f099 Fix error on device_name declaration by Tiago Barros · 6 years ago
  40. d49fd27 Replace local msg vars by a global knot_msg var by Tiago Barros · 6 years ago
  41. 4158779 Re-order global variables by Tiago Barros · 6 years ago
  42. 562946b Change global buffer device_name to a pointer by Tiago Barros · 6 years ago
  43. 8f02e1b Add missing call to knot_thing_protocol_exit() by Tiago Barros · 6 years ago
  44. 6f3ab06 Remove unnecessary function pointers in knot_protocol by Tiago Barros · 6 years ago
  45. c468b9e Make ThingMain events/config/read/write functions public by Tiago Barros · 6 years ago
  46. 001f22b Fix warning: 'ret_val' may be used uninitialized by Claudio Takahasi · 6 years ago
  47. 8b54e65 Fix incompatible pointer type warning by Claudio Takahasi · 6 years ago
  48. 33c21c2 Thing_protocol: Change led status to pin 6 by Marcela Oliveira · 6 years ago
  49. 6b4fea8 Add connected substate by Claudio Takahasi · 6 years ago
  50. 552d2a0 nRF24: Fix address when accepting connection by Claudio Takahasi · 6 years ago
  51. c2c1d9d Add minor coding style fixes by Claudio Takahasi · 6 years ago
  52. 0d0fce4 saving config default from user input by Larissa Lages · 6 years ago
  53. cb36b68 Creating knot_thing_register_config_item() by Larissa Lages · 6 years ago
  54. 6fd84f2 Create default config function by Larissa Lages · 6 years ago
  55. 99c902a Fix hal headers include by Claudio Takahasi · 6 years ago
  56. 91cea34 knot-thing-main.c: Add default config by Paulo Serra Filho · 6 years ago KNOT-v01.02-rc10 KNOT-v01.02-rc11
  57. 974507e knot_thing_main.c:Fix check for the last_item in verify_events() by Paulo Serra Filho · 6 years ago
  58. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  59. aec8ea1 knot_thing_main.c: Setting last_timeout when the item is registered by Paulo Serra Filho · 6 years ago
  60. 7f19f45 Fix registering sensors/actuators by Douglas Vasconcelos · 6 years ago KNOT-v01.02-rc05 KNOT-v01.02-rc06 KNOT-v01.02-rc07 KNOT-v01.02-rc08 KNOT-v01.02-rc09
  61. 0f3f2fe Remove leftover defines by Claudio Takahasi · 6 years ago
  62. 2531b8b Fix: number of bytes sent when write data by Paulo Serra Filho · 6 years ago
  63. f0dede2 Move upper/lower array to _data_items by Claudio Takahasi · 6 years ago
  64. edf29ff Remove leftover logging code by Claudio Takahasi · 6 years ago
  65. 8b9b41b Convert static local variable to local by Claudio Takahasi · 6 years ago
  66. 6b78d6f Handle invalid device by Rodrigo Alves · 6 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  67. 0ec07ca Remove global variable by Claudio Takahasi · 6 years ago
  68. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 6 years ago KNOT-v01.02-rc02
  69. 0e3f3da Removing bouncing TODO, cause bouncing will be threated by user on the read by Lucas Cavalcanti · 6 years ago
  70. ec9bf66 Removing TODO, which asks to delete if condition, but its a necessary code, by Lucas Cavalcanti · 6 years ago
  71. c53c978 Changing the return define to invalid_device, because the condition checks by Lucas Cavalcanti · 6 years ago
  72. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 6 years ago
  73. d4ecc2a Remove unused variables by Gabriel Bandeira · 6 years ago
  74. c4933d5 Remove warning with a cast on pgm_read_word calls by Gabriel Bandeira · 6 years ago
  75. 834cd64 Add single function exit flow by Claudio Takahasi · 6 years ago
  76. 89edc53 Fix wrong callback verification by Claudio Takahasi · 6 years ago
  77. 3f80f50 Add minor code cleanup for write callback by Claudio Takahasi · 6 years ago
  78. 59a2936 Avoid getting current time unnecessarily by Claudio Takahasi · 6 years ago
  79. af3a5ce Use switch instead of if by Claudio Takahasi · 6 years ago
  80. 1e8d2c8 Simplify upper/lower limit assignment by Claudio Takahasi · 6 years ago
  81. 12fc352 Rename max_sensor_id to last_id by Claudio Takahasi · 6 years ago
  82. 76c51b9 Add cosmetic changes by Claudio Takahasi · 6 years ago
  83. 729eb04 Add static modifier to local functions by Claudio Takahasi · 6 years ago
  84. 93c313c Remove unnecessary log by Gabriel Bandeira · 6 years ago KNOT-v01.02-rc01
  85. 9d64fc8 Fix: Unnecessary logging by Erick Simões · 6 years ago
  86. c032804 Print Thing's MAC address on initialization by Gabriel Bandeira · 6 years ago
  87. d667612 Add hal_log to thing protocol by Gabriel Bandeira · 6 years ago
  88. 23fce2b Change hal_log to use PROGMEM by Gabriel Bandeira · 6 years ago
  89. 385cf15 Add LED to indicate connection status by Erick Simões · 6 years ago
  90. 6a2d108 thing_main: Add static modifier to verify_events by Claudio Takahasi · 6 years ago
  91. 32e7df2 Fix sending data continuously after reaching upper or lower limit by Lucas Cavalcanti · 6 years ago
  92. 5e57566 Fix: evt_sensor_id not re-starting at verify_events by Lucas Cavalcanti · 6 years ago
  93. 6ecb929 Clear EEPROM if the mac address is invalid on initialization by Renie Delgado · 6 years ago
  94. 8a8cea9 Set new mac only if there isn't a valid mac on eeprom by Reniê Delgado · 6 years ago
  95. 2c36dff Fix: Send config response only if sucessfully stored by Paulo Serra Filho · 6 years ago
  96. 6d32f47 Update: Using the new knot_message_item by Paulo Serra Filho · 6 years ago
  97. e105eca Create schema_flag to inform if the GW received all the schemas by Paulo Serra Filho · 6 years ago
  98. 907e01f Fix: control reaches end of non-void function by Erick Simões · 6 years ago KNOT-v01.00
  99. 1217126 Fix: unused variable 'resp' by Erick Simões · 6 years ago
  100. 74f0c4e Fix: unused variable 'buffer' by Erick Simões · 6 years ago