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