This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
16850297f3
nuttx
/
configs
/
stm32f746g-disco
/
scripts
History
Alan Carvalho de Assis
283b73edc5
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
..
flash.ld
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
kernel-space.ld
Merge in configs/ submodule
2016-04-10 07:57:59 -06:00
Make.defs
net/udp: Fix several issues using connected UDP sockets: sendto() should not accept and address. Normally send() should be used instead. recvfrom() is no longer necessary. recvfrom() and poll() should not reset to accept any addresses but should, instead, only accept inputs and events from the connected remore peer. On of these issues was noted by 李桂丁 <liguiding@pinecone.net>. Changes were made as summarized here:
http://www.masterraghu.com/subjects/np/introduction/unix_network_programming_v1.3/ch08lev1sec11.html
2018-04-25 08:43:38 -06:00
memory.ld
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
user-space.ld