Skip to content

Conversation

@maxiwoj
Copy link
Owner

@maxiwoj maxiwoj commented Oct 31, 2018

I know the PR is long, but please do check the files under Src dir

Chimstaz and others added 16 commits October 14, 2018 17:29
Wakaama's files are added to compilation. There was need to change name of
wakaama/list.c to something else because of conflict with list.c from
FreeRTOS sources. Problem rised in first place because current makefile
flaten directory tree in build directory, so every compiled *.c file
in our project has to have unique name.
This patch implements lwm2m_malloc, lwm2m_free, lwm2m_strdup, 
lwm2m_gettime and lwm2m_printf functions. These functions are platform 
specific and have to be implemented to use wakama.

Still left to implement are lwm2m_connect_server, 
lwm2m_close_connection, lwm2m_buffer_send and lwm2m_session_is_equal.
Added platform specific stuff
Added lwm2m client basic initialisation, not working server registration
New heap size is 102400 bytes (100kB).
Changed object files and fixed memory tracing
Fixed registration on server
Removed active waiting for user input
Cleaned up wakaama custom sources
@maxiwoj maxiwoj requested a review from Chimstaz October 31, 2018 10:15
@maxiwoj
Copy link
Owner Author

maxiwoj commented Oct 31, 2018

this closes: #15 #9 #8 #7 #5

Copy link
Collaborator

@Chimstaz Chimstaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this look good

Co-Authored-By: maxiwoj <maxwojczuk@gmail.com>
@maxiwoj maxiwoj merged commit e1835c9 into master Nov 2, 2018
@maxiwoj maxiwoj deleted the wakaama branch November 2, 2018 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants