1. ec02f77 Don't reset when auth fails by João Neto · 5 years ago
  2. a0d51ff Fix unregister handling by João Neto · 5 years ago
  3. 1238e1e Handle KNOT_MSG_UNREGISTER_REQ message on STATE_ONLINE and STATE_RUNNING states. by Tiago Barros · 5 years ago KNOT-v01.03-rc04
  4. efb9c6d Handle KNOT_MSG_UNREGISTER_REQ message on STATE_SCHEMA_RESP state. by Tiago Barros · 5 years ago
  5. 775fd65 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_AUTHENTICATING state. by Tiago Barros · 5 years ago
  6. 830df55 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_REGISTERING state. by Tiago Barros · 5 years ago
  7. c1e56d5 Add handle_unregister() function. by Tiago Barros · 5 years ago
  8. b6169de Add thing identification on knot_config by Vitor Barros · 5 years ago
  9. 7a26df1 Avoid segmentation of KNoT register PDU by Larissa Lages · 5 years ago KNOT-v01.03-rc03
  10. 01921b9 update README by Larissa · 5 years ago KNOT-v01.02 KNOT-v01.03-rc01 KNOT-v01.03-rc02
  11. ca16a32 Add LED status for authentication error by Larissa · 5 years ago
  12. d22b327 Add identity when registering new device by Claudio Takahasi · 5 years ago
  13. d879333 nrf24: Fix not using name informed as argument by Cristovao Rufino · 6 years ago KNOT-v01.02-rc13
  14. 707e213 Add option to allow changing default channel by Claudio Takahasi · 6 years ago
  15. 25d2e43 Fix minor code standard by Claudio Takahasi · 6 years ago
  16. 9657140 thing: make release fix by Helmiton Moraes da Silva Cunha Jr · 6 years ago
  17. 5f00faf Fix not managing disconnection by Vitor Barros · 6 years ago
  18. adc84c8 Thing: Ack and Phy_Driver Echo by Helmiton Moraes da Silva Cunha Jr · 6 years ago
  19. d006803 Thing: Echo Application by Helmiton Moraes da Silva Cunha Jr · 6 years ago
  20. c9c480a nRF24: Fix MAC address validation criteria by Claudio Takahasi · 6 years ago
  21. 39c9e17 nRF24: Change address generation by Vitor Barros · 6 years ago
  22. a4c9565 Fix: Remove mgmt_read on knot_thing_protocol_run by Vitor Barros · 6 years ago
  23. 174400d Fix missing HAL spi_arduino.cpp by Claudio Takahasi · 6 years ago
  24. dde937f Avoid send empty data messages by Tiago Barros · 6 years ago
  25. 896112d Improve LED status response by changing its behaviour by Tiago Barros · 6 years ago
  26. 864f1d0 Halt Thing if it fails on thing_init by Tiago Barros · 6 years ago
  27. 2ebe55a Remove the substates from protocol state machine by Tiago Barros · 6 years ago
  28. eee4708 Restart network after MAC reset by Tiago Barros · 6 years ago
  29. 4375b77 Remove unnecessary local vars in clear_data function by Tiago Barros · 6 years ago
  30. 579b9b7 Use hal_timeout to check timeout in knot_thing_verify_events function by Tiago Barros · 6 years ago
  31. 29a7177 Remove unnecessary local vars from knot_thing_create_schema by Tiago Barros · 6 years ago
  32. 5effddb Change default number of data items to 3 by Tiago Barros · 6 years ago
  33. 01b57fb Modify signature of registerDefaultConfig() by Larissa Lages · 6 years ago
  34. 98cede6 Verify if the config is valid. by Larissa Lages · 6 years ago
  35. 56f067b Use same function for default and cloud config by Larissa Lages · 6 years ago
  36. 7b7892e Set default values for config. by Larissa Lages · 6 years ago
  37. 1438ded Create script to update library version by Paulo Serra Filho · 6 years ago
  38. ea729bf Verify if git folder already exists before clone by Paulo Serra Filho · 6 years ago
  39. 9829236 Update Thing library version by Paulo Serra Filho · 6 years ago
  40. d474040 Modify version to match release by Paulo Serra Filho · 6 years ago
  41. 67f4d5e Remove unused KNOT_THING_BUILD_DIR by Paulo Serra Filho · 6 years ago
  42. 8c61bd5 Add log messages for connection states by Tiago Barros · 6 years ago
  43. ed62740 Put AVR related headers under correct #ifdef by Tiago Barros · 6 years ago
  44. d39fc9c Fix some wrong error conditions by Tiago Barros · 6 years ago
  45. ad236bd Remove local vars in knot_thing_data_item_read by Tiago Barros · 6 years ago
  46. 3021edf Use new hal_log functions by Tiago Barros · 6 years ago
  47. 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
  48. 805536a Fix compiler warnings by Tiago Barros · 6 years ago
  49. 2ebed29 Fix error in KNOT_MSG_DATA_RESP msg handling by Tiago Barros · 6 years ago
  50. 62ec662 Fix error in is_uuid function by Tiago Barros · 6 years ago
  51. b74f099 Fix error on device_name declaration by Tiago Barros · 6 years ago
  52. d49fd27 Replace local msg vars by a global knot_msg var by Tiago Barros · 6 years ago
  53. 4158779 Re-order global variables by Tiago Barros · 6 years ago
  54. 562946b Change global buffer device_name to a pointer by Tiago Barros · 6 years ago
  55. 8f02e1b Add missing call to knot_thing_protocol_exit() by Tiago Barros · 6 years ago
  56. 6f3ab06 Remove unnecessary function pointers in knot_protocol by Tiago Barros · 6 years ago
  57. c468b9e Make ThingMain events/config/read/write functions public by Tiago Barros · 6 years ago
  58. fc85815 Add *.patch to gitignore by Larissa Lages · 6 years ago
  59. 001f22b Fix warning: 'ret_val' may be used uninitialized by Claudio Takahasi · 6 years ago
  60. 8b54e65 Fix incompatible pointer type warning by Claudio Takahasi · 6 years ago
  61. b725d8b Fix error on packaging files from knot-protocol by Marcela Oliveira · 6 years ago KNOT-v01.02-rc12
  62. 33c21c2 Thing_protocol: Change led status to pin 6 by Marcela Oliveira · 6 years ago
  63. 282b429 Add F() macro on WaterDispenser example by Marcela Oliveira · 6 years ago
  64. 81d607e Add F() macro on SpeedSensor by Marcela Oliveira · 6 years ago
  65. d864fdb Add F() macro on Light example by Marcela Oliveira · 6 years ago
  66. aef7b98 Add F() macro on Blink_RGB example by Marcela Oliveira · 6 years ago
  67. d9d9a96 Add F() macro on BeamSensor example by Marcela Oliveira · 6 years ago
  68. c146c54 Makefile: remove linux specific files by Paulo Serra Filho · 6 years ago
  69. 6b4fea8 Add connected substate by Claudio Takahasi · 6 years ago
  70. 552d2a0 nRF24: Fix address when accepting connection by Claudio Takahasi · 6 years ago
  71. c2c1d9d Add minor coding style fixes by Claudio Takahasi · 6 years ago
  72. dff64c4 examples: call function registerDefaultConfig() by Larissa Lages · 6 years ago
  73. 0d0fce4 saving config default from user input by Larissa Lages · 6 years ago
  74. cb36b68 Creating knot_thing_register_config_item() by Larissa Lages · 6 years ago
  75. 6fd84f2 Create default config function by Larissa Lages · 6 years ago
  76. 99c902a Fix hal headers include by Claudio Takahasi · 6 years ago
  77. 91cea34 knot-thing-main.c: Add default config by Paulo Serra Filho · 6 years ago KNOT-v01.02-rc10 KNOT-v01.02-rc11
  78. 94388c8 example: Fix defined pin for sensor in BeamSensor sketch by Paulo Serra Filho · 6 years ago
  79. 974507e knot_thing_main.c:Fix check for the last_item in verify_events() by Paulo Serra Filho · 6 years ago
  80. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  81. aec8ea1 knot_thing_main.c: Setting last_timeout when the item is registered by Paulo Serra Filho · 6 years ago
  82. 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
  83. 0f3f2fe Remove leftover defines by Claudio Takahasi · 6 years ago
  84. 2f5209f example: Fix coding style in water dispenser app by Claudio Takahasi · 6 years ago
  85. a818c9e example: Change variables scope to local by Claudio Takahasi · 6 years ago
  86. 2531b8b Fix: number of bytes sent when write data by Paulo Serra Filho · 6 years ago
  87. f0dede2 Move upper/lower array to _data_items by Claudio Takahasi · 6 years ago
  88. edf29ff Remove leftover logging code by Claudio Takahasi · 6 years ago
  89. 8b9b41b Convert static local variable to local by Claudio Takahasi · 6 years ago
  90. 662ccd4 Fix warning invalid conversion by Marcela Oliveira · 6 years ago
  91. 6b78d6f Handle invalid device by Rodrigo Alves · 6 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  92. 0ec07ca Remove global variable by Claudio Takahasi · 6 years ago
  93. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 6 years ago KNOT-v01.02-rc02
  94. 5a5a5f1 Documentation of Water Dispenser Application by Douglas Vasconcelos · 6 years ago
  95. 0e3f3da Removing bouncing TODO, cause bouncing will be threated by user on the read by Lucas Cavalcanti · 6 years ago
  96. ec9bf66 Removing TODO, which asks to delete if condition, but its a necessary code, by Lucas Cavalcanti · 6 years ago
  97. c53c978 Changing the return define to invalid_device, because the condition checks by Lucas Cavalcanti · 6 years ago
  98. 9748c1a Add Beam Sensor example by Erick Simões · 6 years ago
  99. 3a2e1ab Update: Makefile by Paulo Serra Filho · 6 years ago
  100. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 6 years ago