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