Gitiles
Code Review
Sign In
review.gerrithub.io
/
CESARBR
/
knot-thing-source
/
94388c89a55d6bddf91856785c4ad34ceb773ae7
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
· 7 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
· 7 years ago
2f5209f
example: Fix coding style in water dispenser app
by Claudio Takahasi
· 7 years ago
a818c9e
example: Change variables scope to local
by Claudio Takahasi
· 7 years ago
2531b8b
Fix: number of bytes sent when write data
by Paulo Serra Filho
· 7 years ago
f0dede2
Move upper/lower array to _data_items
by Claudio Takahasi
· 7 years ago
edf29ff
Remove leftover logging code
by Claudio Takahasi
· 7 years ago
8b9b41b
Convert static local variable to local
by Claudio Takahasi
· 7 years ago
662ccd4
Fix warning invalid conversion
by Marcela Oliveira
· 7 years ago
6b78d6f
Handle invalid device
by Rodrigo Alves
· 7 years ago
KNOT-v01.02-rc03
KNOT-v01.02-rc04
0ec07ca
Remove global variable
by Claudio Takahasi
· 7 years ago
2f658c0
Replacing for smaller types and using progmen for strings.
by Lucas Cavalcanti
· 7 years ago
KNOT-v01.02-rc02
5a5a5f1
Documentation of Water Dispenser Application
by Douglas Vasconcelos
· 7 years ago
0e3f3da
Removing bouncing TODO, cause bouncing will be threated by user on the read
by Lucas Cavalcanti
· 7 years ago
ec9bf66
Removing TODO, which asks to delete if condition, but its a necessary code,
by Lucas Cavalcanti
· 7 years ago
c53c978
Changing the return define to invalid_device, because the condition checks
by Lucas Cavalcanti
· 7 years ago
9748c1a
Add Beam Sensor example
by Erick Simões
· 7 years ago
3a2e1ab
Update: Makefile
by Paulo Serra Filho
· 7 years ago
7014c98
Remove unnecessary parenthesis
by Gabriel Bandeira
· 7 years ago
d4ecc2a
Remove unused variables
by Gabriel Bandeira
· 7 years ago
c4933d5
Remove warning with a cast on pgm_read_word calls
by Gabriel Bandeira
· 7 years ago
834cd64
Add single function exit flow
by Claudio Takahasi
· 7 years ago
89edc53
Fix wrong callback verification
by Claudio Takahasi
· 7 years ago
3f80f50
Add minor code cleanup for write callback
by Claudio Takahasi
· 7 years ago
59a2936
Avoid getting current time unnecessarily
by Claudio Takahasi
· 7 years ago
af3a5ce
Use switch instead of if
by Claudio Takahasi
· 7 years ago
1e8d2c8
Simplify upper/lower limit assignment
by Claudio Takahasi
· 7 years ago
12fc352
Rename max_sensor_id to last_id
by Claudio Takahasi
· 7 years ago
76c51b9
Add cosmetic changes
by Claudio Takahasi
· 7 years ago
729eb04
Add static modifier to local functions
by Claudio Takahasi
· 7 years ago
93c313c
Remove unnecessary log
by Gabriel Bandeira
· 7 years ago
KNOT-v01.02-rc01
9d64fc8
Fix: Unnecessary logging
by Erick Simões
· 7 years ago
c032804
Print Thing's MAC address on initialization
by Gabriel Bandeira
· 7 years ago
32ebfb4
Example DrinkingFountain renamed to WaterDispenser
by Erick Simões
· 7 years ago
4f5d51d
Store offset in EEPROM
by Erick Simões
· 7 years ago
0e9ca43
Fix: Set button pin mode
by Erick Simões
· 7 years ago
0fd1356
Adding a security range in DrinkingFountain to avoid bounding
by Erick Simões
· 7 years ago
a13b044
Reading DrinkFountain with a interval
by Erick Simões
· 7 years ago
d667612
Add hal_log to thing protocol
by Gabriel Bandeira
· 7 years ago
23fce2b
Change hal_log to use PROGMEM
by Gabriel Bandeira
· 7 years ago
8d7195f
Add tare function to water dispenser
by Douglas Vasconcelos
· 7 years ago
KNOT-v01.01
385cf15
Add LED to indicate connection status
by Erick Simões
· 7 years ago
5efde27
Fix not creating thing files according to the tag
by Lucas Cavalcanti
· 7 years ago
6a2d108
thing_main: Add static modifier to verify_events
by Claudio Takahasi
· 7 years ago
32e7df2
Fix sending data continuously after reaching upper or lower limit
by Lucas Cavalcanti
· 7 years ago
5e57566
Fix: evt_sensor_id not re-starting at verify_events
by Lucas Cavalcanti
· 7 years ago
6ecb929
Clear EEPROM if the mac address is invalid on initialization
by Renie Delgado
· 7 years ago
8a8cea9
Set new mac only if there isn't a valid mac on eeprom
by Reniê Delgado
· 7 years ago
2c36dff
Fix: Send config response only if sucessfully stored
by Paulo Serra Filho
· 7 years ago
6d32f47
Update: Using the new knot_message_item
by Paulo Serra Filho
· 7 years ago
e105eca
Create schema_flag to inform if the GW received all the schemas
by Paulo Serra Filho
· 7 years ago
9ceee7e
Fix: Folder example not created on Mac OSX
by Erick Simões
· 7 years ago
03acedc
Makefile: Get lib version from command line if defined
by Rodrigo Alves
· 7 years ago
048b72d
Fix: Folder example not created on Mac OSX
by Erick Simões
· 7 years ago
907e01f
Fix: control reaches end of non-void function
by Erick Simões
· 7 years ago
KNOT-v01.00
1217126
Fix: unused variable 'resp'
by Erick Simões
· 7 years ago
74f0c4e
Fix: unused variable 'buffer'
by Erick Simões
· 7 years ago
5df26b3
Fix: comparison is always false due to limited range of data type
by Erick Simões
· 7 years ago
f619d39
Fix: variable 'err' set but not used
by Erick Simões
· 7 years ago
ac960c7
Add examples directory to zip
by Erick Simões
· 7 years ago
22747e2
Add: Drinking Fountain example
by Paulo Serra Filho
· 7 years ago
2d066fc
deleted: WaterFountain example
by Paulo Serra Filho
· 7 years ago
164280b
Add: Created README to the RGB example
by Paulo Serra Filho
· 7 years ago
d812cf0
Modify RGB LED example
by Paulo Serra Filho
· 7 years ago
c6f40b8
Modify clear_eeprom_pin on Arduino
by Paulo Serra Filho
· 7 years ago
d198faa
Update AUTHORS
by Rodrigo Alves
· 7 years ago
5bce7e6
Add: Create example to blink RGB LED
by Paulo Serra Filho
· 7 years ago
d01b29e
Refactor knot_thing_protocol_run
by Paulo Serra Filho
· 7 years ago
52807ac
Fix return logic on mgmt_read
by Paulo Serra Filho
· 7 years ago
4b43476
Add: Create example for Light Switch
by Paulo Serra Filho
· 7 years ago
fde4670
Add: Create example for the water fountain
by Paulo Serra Filho
· 7 years ago
38558e1
Fix time comparison in verify_events
by Paulo Serra Filho
· 7 years ago
685b6ef
Add: Close conection after reseting eeprom
by Rodrigo Alves
· 7 years ago
c623c04
Add: Check if nrfd disconnected
by Rodrigo Alves
· 7 years ago
ac555e6
Add: Clear UUID and TOKEN before reading
by Paulo Serra Filho
· 7 years ago
2e1736a
Fix: is_uuid returns 1 if uuid is valid
by Rodrigo Alves
· 7 years ago
b2d10e1
Fix: Shift include nrf24.h to before comm.h
by Paulo Serra Filho
· 7 years ago
KNOT-v01.00-rc03
d17eb11
Add: New parameter in hal_comm_init
by Paulo Serra Filho
· 7 years ago
fa7ec2f
Add: Retransmit register/auth
by Rodrigo Alves
· 7 years ago
KNOT-v01.00-rc02
fe97dad
Add: Timeout to retransmit schema message
by Rodrigo Alves
· 7 years ago
22ae35a
Fix: Increment counter even when sensor id is not valid
by Rodrigo Alves
· 7 years ago
32fbd63
Add: config time in seconds to trigger event
by Rodrigo Alves
· 7 years ago
b306c25
Add: Create function to erase eeprom after pressing button
by Paulo Serra Filho
· 7 years ago
91ae252
Add: Modified Makefile to include gpio headers and source files
by Paulo Serra Filho
· 7 years ago
c2c16de
Fix: Use uuid_len from define instead of raw value
by Paulo Serra Filho
· 7 years ago
32d95ad
Fix mac address initialization
by Renie Delgado
· 7 years ago
f0206e9
Set Mac address on Thing
by Renie Delgado
· 7 years ago
KNOT-v01.00-rc01
923e1d1
Fix: Remove extra structure
by Rodrigo Alves
· 7 years ago
0cdf0a7
Fix: Config response size
by Rodrigo Alves
· 7 years ago
69ebee4
Fix: Use new storage write function
by Rodrigo Alves
· 7 years ago
d03f53e
Add: Verify if UUID is valid
by Rodrigo Alves
· 7 years ago
06a8553
Fix: Use new storage read function
by Rodrigo Alves
· 7 years ago
55dd7d2
Fix: Wrong config callback pointer
by Rodrigo Alves
· 7 years ago
0292e61
Fix: Knotd expects sensor id as confirmation of config
by Rodrigo Alves
· 7 years ago
f71739d
Fix: Wrong config request header
by Rodrigo Alves
· 7 years ago
a929420
Fix: Update to new protocol header
by Rodrigo Alves
· 7 years ago
Next »