aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
* Changed the Tiva board.h files so all pins are configured as GPIOs and ↵marcoveeneman2015-03-032-47/+47
| | | | tri-stated except the JTAG pins.
* Added missing PAL_TIVA_DEN_ENABLE for PAL_MODE_INPUT in Tiva devices.marcoveeneman2015-03-031-1/+2
|
* Added missing drive strength enable for PAL_MODE_OUTPUT_OPENDRAIN in Tiva ↵marcoveeneman2015-03-031-0/+1
| | | | devices.
* Implemented PAL_MODE_* defines for Tiva devices.marcoveeneman2015-03-031-0/+74
|
* Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x ↵marcoveeneman2015-03-034-218/+525
| | | | | | | devices the AHB is the only used bus for GPIO. Replaced the nops after starting the gpio peripheral clocks with a busy wait until all GPIO peripherals are ready. Added Sub-Family identifier for TM4C123x devices.
* Restructured Tiva pal_lld.hmarcoveeneman2015-02-261-98/+105
|
* Added missing static keyword for Tiva gpio_init function.marcoveeneman2015-02-261-1/+1
|
* Fixed incorrect and missing GPIO pin unlocking for JTAG and NMI pins in ↵marcoveeneman2015-02-261-1/+7
| | | | pal_lld_init.
* Changed the Tiva pal driver RCGCGPIO enable mask name.marcoveeneman2015-02-261-2/+5
| | | | Added a note about the RCGC register.
* Fixed wrong bit mask in Tiva pal driver.marcoveeneman2015-02-261-35/+37
|
* Added Tiva I/O mode flags.marcoveeneman2015-02-262-51/+103
| | | | Implemented _pal_lld_setgroupmode.
* Finished memtest codebarthess2015-02-241-2/+2
|
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-174-95/+194
| | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
* Merge branch 'tm4c129x_ethernet'marcoveeneman2015-02-168-87/+1599
|\
| * Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-164-9/+17
| |
| * Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 ↵marcoveeneman2015-02-163-1/+1259
| | | | | | | | Connected Launchpad.
| * Reverted TM4C129x SYSCTL to old structure.marcoveeneman2015-02-161-77/+323
| | | | | | | | Added Ethernet peripheral structure for TM4C129x devices.
* | Added devices_libRoccoMarco2015-01-1212-0/+3323
|/
* [1-wire] Cosmetical cleanupsbarthess2014-12-271-30/+29
|
* Added board files for ST_STM32F0308_DISCOVERY boardbarthess2014-12-273-0/+864
|
* 1-wire. STM32F1xx code testedbarthess2014-12-182-73/+127
|
* 1-wire. Added workaround form F1xx MCUsbarthess2014-12-141-6/+17
|
* 1-wire. Fixed incorrect debug checkbarthess2014-12-141-1/+1
|
* Onewire. Deleted unneded time measurement unigbarthess2014-12-081-12/+1
|
* 1-wire. Search ROM feature now optionalbarthess2014-12-062-2/+19
|
* 1-wire. Improved commentsbarthess2014-12-062-48/+142
|
* Added onewire driverbarthess2014-12-064-1/+1085
|
* Fixed copyrightsbarthess2014-12-0612-42/+14
|
* Added hooks for community sourcebarthess2014-11-163-1/+142
|
* FSMC. SDRAM. Fixed bug with registers' memory layoutbarthess2014-10-312-12/+10
|
* FSMC. SDRAM. Fixed some typosbarthess2014-10-312-2/+2
|
* FSMC. SDRAM. Added safety mask for SDRTR registerbarthess2014-10-251-1/+1
|
* FSMC. SDRAM. Fixed delay codebarthess2014-10-251-2/+2
|
* FSMC. SDRAM. Improved stop functionbarthess2014-10-251-12/+22
|
* FSMC. SDRAM driver cleanup. Needs review.barthess2014-10-252-218/+55
|
* FSMC. SDRAM architecture reworked. Needs review.barthess2014-10-244-240/+119
|
* FSMC. SDRAM. Style cleanupbarthess2014-10-225-107/+153
|
* Added SDRAM support via FSMCbarthess2014-10-192-0/+646
|
* FSMC. Build fixed after code moving from SVNbarthess2014-10-183-7/+7
|
* Added fsmc codebarthess2014-10-1813-0/+3707
|
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵marcoveeneman2014-10-168-956/+612
| | | | | | | reduce the amount of duplicated text. Updated gpt_lld, i2c_lld, pal_lld, pwm_lld, serial_lld, hal_lld register access to the changed peripheral register structures. Replaced old interrupt numbers from tm4c123x.h and tm4c129x.h in serial_lld.c with the new interrupt number defines from tiva_isr.h.
* Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.hmarcoveeneman2014-10-142-12/+44
|
* Added nil and rt port makefiles for Tiva.marcoveeneman2014-10-134-0/+56
|
* Added Tiva HAL files.marcoveeneman2014-10-1325-0/+11336
|
* Added Tiva board files.marcoveeneman2014-10-136-0/+1550
|
* Added Tiva linker script files and cmparams.h.marcoveeneman2014-10-138-0/+364
|
* Added 'demos' and 'os' subdirectoriesbarthess2014-10-051-0/+0