Commit Graph

7927 Commits

Author SHA1 Message Date
Gregory Nutt
dd8bb71cbc Remove empty ADC write method. From Kosma Moczek 2014-06-30 07:55:28 -06:00
Gregory Nutt
f1dcb6674a Extend erase block size to 18-bits in order (decrease block size to 14-bits) to handle parts with large erase blocks. From Kosma Moczek 2014-06-30 07:52:57 -06:00
Gregory Nutt
926edfb33c Correct naming of [U]INT_LEASTn_{MAX|MIN} and [U]INT_FASTn{MAX|MIN}. From Kosma Moczek 2014-06-30 07:47:11 -06:00
Gregory Nutt
fa29170aa7 Make variable definitions 'static const' when possible to save RAM usage. From Kosma Moczek 2014-06-30 07:39:51 -06:00
Gregory Nutt
7780d1cd03 Fix typos in debug statements 2014-06-30 07:38:02 -06:00
Gregory Nutt
67d77ba776 SAMA5 HSMCI: Dump GPIO configuration if DEBUG enabled 2014-06-29 17:47:25 -06:00
Gregory Nutt
ac5ac198d2 SAMA5 PIO: Add support for secure interrupts; Fix PIO debug output 2014-06-29 17:46:55 -06:00
Gregory Nutt
a085646213 SAMA5: Remove kruft in PIO header file 2014-06-29 17:45:42 -06:00
Gregory Nutt
f3dbfef0fa Update ChangeLog 2014-06-29 13:23:34 -06:00
Gregory Nutt
f684e7a805 Merge remote-tracking branch 'origin/master' into netiob 2014-06-29 13:22:23 -06:00
Gregory Nutt
ad3e39e53d NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net_ip4addr_conv32, and uip_ethaddr_cmp to eth_addr_cmp 2014-06-29 13:20:00 -06:00
Gregory Nutt
c362f21815 NET: Rename uip_ipaddr* to net_ipaddr* 2014-06-29 13:11:08 -06:00
Gregory Nutt
ed1aa8c594 E1000: Rename uip_dev to netdev 2014-06-29 13:03:19 -06:00
Gregory Nutt
fa68fcc843 NET: Rename uip_callback_s to devif_callback_s 2014-06-29 12:59:34 -06:00
Gregory Nutt
899dc193ca NET: Renaming of IP address types 2014-06-29 12:22:50 -06:00
Gregory Nutt
e8d90bf56d SAMA5D4 HSMCI: Fix a compiler in a debug statement 2014-06-29 12:01:08 -06:00
Gregory Nutt
6321d465b5 Update ChangeLog 2014-06-29 11:27:05 -06:00
Gregory Nutt
9767eccb71 SAMA5D4-EK: Fix HSMCI card-detect pin selections 2014-06-29 11:26:41 -06:00
Gregory Nutt
2b626fa85a SAMA5D4 XDMA: Fix some typos 2014-06-29 11:24:57 -06:00
Gregory Nutt
43d13baf35 Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetry with memory 2014-06-29 11:24:10 -06:00
Gregory Nutt
63276f5864 SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the SAMA5D4 2014-06-29 09:52:07 -06:00
Gregory Nutt
8c7ce147d1 Updated ChangeLog 2014-06-29 09:36:15 -06:00
Gregory Nutt
5ac94ff988 Fixes for networking and tiny webserver from Max 2014-06-29 09:30:09 -06:00
Gregory Nutt
a892171b04 SAMA5: Add configuration to assign an XDMAC channel to an HSMCI 2014-06-29 08:43:46 -06:00
Gregory Nutt
339c8edf0e SAMA5D4-EK: NSH configuration now supports the RTC 2014-06-29 07:40:37 -06:00
Gregory Nutt
c179369a47 Rename static functions from uip_* to something more appropriate. Globally scoped functions will take more work 2014-06-28 19:26:16 -06:00
Gregory Nutt
87e86153a3 Update ChangeLog 2014-06-28 18:37:18 -06:00
Gregory Nutt
8e706eb4ff Rename many functions in net/devif from uip_* to devif_* 2014-06-28 18:36:09 -06:00
Gregory Nutt
5790c94ba3 Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.h 2014-06-28 18:07:02 -06:00
Gregory Nutt
3451ce2996 Move IPv6 files from net/uip to net/ipv6 2014-06-28 17:42:34 -06:00
Gregory Nutt
1341296b82 Update ChangeLog 2014-06-28 17:26:07 -06:00
Gregory Nutt
76fa58ee00 Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h 2014-06-28 17:25:18 -06:00
Gregory Nutt
64c8dba8c4 NET: Create net/sockets directory and hook into the build/configuration system 2014-06-28 16:41:55 -06:00
Gregory Nutt
0443aa9947 SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp 2014-06-28 16:11:41 -06:00
Gregory Nutt
d6cf0f5703 Fix another place where sem_tryalloc may be called from the interrupt level. Thanks Manuel 2014-06-28 13:32:42 -06:00
Gregory Nutt
7294d8a549 Updated README 2014-06-28 13:27:19 -06:00
Gregory Nutt
2dad150289 Minor update to AT25BOOT; Updated README file 2014-06-28 12:38:41 -06:00
Gregory Nutt
c3c8c86873 NET: Last tweaks were still in the editor 2014-06-28 11:56:48 -06:00
Gregory Nutt
c4fef5d5ff NET: Another fix for recently introduced networking errors 2014-06-28 11:41:06 -06:00
Gregory Nutt
3b81e58047 NET: Fix some errors in recent network I/O buffering when stack runs from interrupt level 2014-06-28 11:35:14 -06:00
Gregory Nutt
2fb61ad15d SAMA5D4-EK: Fix some AT25BOOT bugs 2014-06-28 11:15:02 -06:00
Gregory Nutt
4b71a0f1e2 Update changelog 2014-06-28 10:15:32 -06:00
Gregory Nutt
f0c90a39ca Change double_t to double in rint. Add rintf and rintl while we are at it 2014-06-28 10:14:29 -06:00
Gregory Nutt
54d988ad55 Updated README 2014-06-28 09:57:00 -06:00
Gregory Nutt
668f50e116 SAMA5D4-EK: Updates to get the at25boot configuration building correctly 2014-06-28 09:39:50 -06:00
Gregory Nutt
810f579330 Update ChangeLog 2014-06-28 08:41:24 -06:00
Gregory Nutt
cd7b1e00f3 SAMA5D4-EK: Add a configuration to load a boot program into AT25 FLASH 2014-06-28 08:40:11 -06:00
Gregory Nutt
a97a79a7f3 Add more XMega skeleton directories 2014-06-27 18:34:52 -06:00
Gregory Nutt
a0e48c47a7 Add skeletin of XMega include 2014-06-27 18:22:55 -06:00
Gregory Nutt
50b749a636 Clean-up naming associated with network checksums 2014-06-27 17:51:32 -06:00