nuttx/configs/stm32f746g-disco/scripts
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
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