summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-07-011-1/+4
|
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-015-60/+198
|
* NET: Some minor clean-upGregory Nutt2014-06-304-5/+5
|
* DHCPD: Missed name change uip_lock->net_lockGregory Nutt2014-06-301-3/+3
|
* Updated ChangeLogGregory Nutt2014-06-301-0/+3
|
* NET: Rename uip_dataevent to tcp_data_eventGregory Nutt2014-06-301-4/+4
|
* NET: Remove uip_restart()Gregory Nutt2014-06-303-15/+2
|
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-306-14/+14
|
* NET: Remove uip_stopped and uip_stopGregory Nutt2014-06-306-28/+21
|
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-3024-111/+112
|
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-304-7/+7
|
* Rename uip_input to devif_inputGregory Nutt2014-06-3024-29/+29
|
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-307-13/+13
|
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-304-7/+15
|
* Fix typo/compile error introduced with last HSMCI changesGregory Nutt2014-06-303-210/+223
|
* Update ChangeLogGregory Nutt2014-06-301-0/+7
|
* SAM3/4: Important bugfix. Values read from PIO input pins do not change ↵Gregory Nutt2014-06-305-27/+243
| | | | unless clocking to the PIO block is enabled
* SAMA5D3/4: Fix some logic in conversion of physical and virtal DRAM ↵Gregory Nutt2014-06-301-5/+55
| | | | addresses when running out of DRAM
* SAMA5D4: Don't touch ISLR unless PIO is configured as an interruptGregory Nutt2014-06-302-34/+48
|
* Updated ChangeLogGregory Nutt2014-06-301-1/+27
|
* _POSIX_* definitions must have values. From Kosma MoczekGregory Nutt2014-06-301-3/+3
|
* SAM4S Xplained Pro: Correct description of LEDs and usage. From Kosma MoczekGregory Nutt2014-06-303-56/+56
|
* STM32: Add configuration support fort he STM32F103RC. From Kosma MoczekGregory Nutt2014-06-303-1/+10
|
* STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma MoczekGregory Nutt2014-06-301-26/+19
|
* STM32: Move temperature ranges from chip selection configuration prompts. ↵Gregory Nutt2014-06-303-7/+15
| | | | From Kosma Moczek
* Unconfigure GPIO pins when closing a serial port to prevent back effects ↵Gregory Nutt2014-06-301-0/+32
| | | | from back-powering on the TX pin. From Kosma Moczek
* Remove empty ADC write method. From Kosma MoczekGregory Nutt2014-06-301-11/+1
|
* Extend erase block size to 18-bits in order (decrease block size to 14-bits) ↵Gregory Nutt2014-06-301-12/+14
| | | | to handle parts with large erase blocks. From Kosma Moczek
* Correct naming of [U]INT_LEASTn_{MAX|MIN} and [U]INT_FASTn{MAX|MIN}. From ↵Gregory Nutt2014-06-301-35/+35
| | | | Kosma Moczek
* Make variable definitions 'static const' when possible to save RAM usage. ↵Gregory Nutt2014-06-303-15/+15
| | | | From Kosma Moczek
* Fix typos in debug statementsGregory Nutt2014-06-301-2/+2
|
* SAMA5 HSMCI: Dump GPIO configuration if DEBUG enabledGregory Nutt2014-06-291-4/+7
|
* SAMA5 PIO: Add support for secure interrupts; Fix PIO debug outputGregory Nutt2014-06-293-36/+103
|
* SAMA5: Remove kruft in PIO header fileGregory Nutt2014-06-291-8/+1
|
* Update ChangeLogGregory Nutt2014-06-291-0/+2
|
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-2911-92/+119
|\
| * SAMA5D4 HSMCI: Fix a compiler in a debug statementGregory Nutt2014-06-291-1/+1
| |
| * Update ChangeLogGregory Nutt2014-06-291-1/+3
| |
| * SAMA5D4-EK: Fix HSMCI card-detect pin selectionsGregory Nutt2014-06-293-26/+27
| |
| * SAMA5D4 XDMA: Fix some typosGregory Nutt2014-06-291-10/+10
| |
| * Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for ↵Gregory Nutt2014-06-296-41/+61
| | | | | | | | symmetry with memory
| * SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in ↵Gregory Nutt2014-06-296-25/+22
| | | | | | | | the SAMA5D4
| * Updated ChangeLogGregory Nutt2014-06-292-5/+12
| |
* | NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to ↵Gregory Nutt2014-06-2913-40/+42
| | | | | | | | net_ip4addr_conv32, and uip_ethaddr_cmp to eth_addr_cmp
* | NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-2924-89/+89
| |
* | E1000: Rename uip_dev to netdevGregory Nutt2014-06-291-34/+34
| |
* | NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-2918-88/+89
| |
* | NET: Renaming of IP address typesGregory Nutt2014-06-2938-143/+150
|/
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-296-51/+109
|
* SAMA5: Add configuration to assign an XDMAC channel to an HSMCIGregory Nutt2014-06-294-19/+104
|