Commit Graph

1069 Commits

Author SHA1 Message Date
Fabio Utzig 343042d9d2 Add tx/rx pin configuration to SerialConfig 2015-05-15 21:08:53 -03:00
Fabio Utzig 69d70de9b7 Add PAL configuration 2015-05-15 21:04:52 -03:00
Fabio Utzig 443c13d878 Demo with extra thread for blinker using PAL 2015-05-15 20:45:44 -03:00
Fabio Utzig 57f582abae Add some GPIO pin definitions 2015-05-15 20:45:02 -03:00
Fabio Utzig 621e7198d7 Remove GPIO pin initialization 2015-05-15 20:44:37 -03:00
Fabio Utzig 4ac0b638b9 Add basic PAL driver 2015-05-15 20:44:03 -03:00
Fabio Utzig aa43fd6554 Use sleep/wakeup for serial driver top-half 2015-05-14 23:07:10 -03:00
Fabio Utzig 3a0eb96f70 Enable test thread 2015-05-14 23:05:55 -03:00
Fabio Utzig 776fc29107 Fix some issues with serial driver 2015-05-14 22:12:57 -03:00
Fabio Utzig a0bcfe1518 Add basic serial testing demo 2015-05-13 22:19:48 -03:00
Fabio Utzig c37554ca20 Add initial serial driver 2015-05-13 22:19:05 -03:00
Fabio Utzig 006b6a93d0 Add LED blinker demo 2015-05-13 20:30:40 -03:00
Fabio Utzig 825c8ea30b Add TIMER0 based ticker for OS 2015-05-13 20:30:12 -03:00
Fabio Utzig f0bcca7b46 Don't hang boot 2015-05-13 20:29:45 -03:00
Fabio Utzig d594ac327c Fix port params 2015-05-13 20:29:02 -03:00
Fabio Utzig c1427ae07d Add basic board support 2015-05-12 22:08:57 -03:00
Fabio Utzig 18c1b38d55 Rename linker script 2015-05-12 22:07:41 -03:00
Fabio Utzig 5afd99de17 Add basic HAL/ST drivers 2015-05-12 22:06:39 -03:00
Fabio Utzig 9b1feee2e7 Remove PAL, add ST 2015-05-12 22:05:23 -03:00
Fabio Utzig 07f508a514 Fix paths and MCU 2015-05-12 22:04:43 -03:00
Fabio Utzig a0110bc179 Merge master 2015-05-10 17:51:59 -03:00
barthess e4c2e8adf8 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-05-08 00:04:15 +03:00
barthess f5b812a2e7 NAND. Minor improvements 2015-05-08 00:04:09 +03:00
barthess 67ccbf4da0 Updated board.h file 2015-05-07 18:44:26 +03:00
barthess dd7d31d083 Fixed copyright notes 2015-05-02 23:00:00 +03:00
barthess c44092eb0f NAND code changed to use bitmap class 2015-05-02 20:51:04 +03:00
barthess 789b4e18b1 Added bitmap class in os/various 2015-05-02 20:49:54 +03:00
Fabio Utzig 37f70691a9 Add linker script 2015-04-29 20:33:13 -03:00
Fabio Utzig 203bb92de1 Add statup makefile 2015-04-29 20:08:16 -03:00
Fabio Utzig e3824bd314 Add missing chconf.h 2015-04-29 20:03:37 -03:00
Fabio Utzig dff7bf1b09 Add initial demo for WVSHARE BLE400 2015-04-29 20:03:18 -03:00
Fabio Utzig 7aae03409b Rename demo directory 2015-04-29 19:52:34 -03:00
Fabio Utzig 2e9ed23874 Add initial cmparams 2015-04-29 19:48:40 -03:00
Fabio Utzig e07ebbcac3 Add initial system header + makefile 2015-04-29 19:48:06 -03:00
Fabio Utzig 7ea6fb8e07 Add initial openocd config file 2015-04-28 20:41:14 -03:00
barthess cce5848449 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-04-28 10:10:22 +03:00
barthess 955b790137 Improved metest. Added copyright notes. 2015-04-28 10:10:09 +03:00
marcoveeneman ca60a9cba2 Tiva. I2C. Fixed bug where number of bytes read is 2 more then requested. This only occurs when the number of bytes to read is 3 or more. 2015-04-24 22:00:47 +02:00
Uladzimir Pylinski 9f7ac7abf9 Merge pull request #6 from RoccoMarco/master
Reorganized devices_lib folder
2015-04-17 09:29:14 +03:00
Rocco Marco a67bba56af Reorganized devices_lib folder
Removed some others pre-processor directives
2015-04-17 00:44:32 +02:00
marcoveeneman 50398ec98e Tiva. Fixed wrong define of TIVA_ST_USE_WIDE_TIMER in mcuconf.h for TM4C129x demos. 2015-04-16 22:38:12 +02:00
marcoveeneman 86db94625f Merge branch 'tiva_hal_fixes' into tiva_startup_files 2015-04-16 22:17:06 +02:00
marcoveeneman e5f1b8b034 Tiva. ST. Moved ST interrupt priority check from hal_lld to st_lld. 2015-04-16 22:15:15 +02:00
marcoveeneman 5130840d32 Tiva. MAC. Added check for valid interrupt priority. 2015-04-16 22:03:13 +02:00
marcoveeneman cd95bc80f0 Tiva. EXT. Added checks for valid interrupt priorities. 2015-04-16 21:56:32 +02:00
marcoveeneman 7b7c6fd198 Tiva. Replaced all references to CORTEX_IS_VALID_KERNEL_PRIORITY with OSAL_IRQ_IS_VALID_PRIORITY. 2015-04-16 21:46:53 +02:00
marcoveeneman e62aae545a Tiva. Fixed I2C testhal makefile. 2015-04-16 21:42:15 +02:00
marcoveeneman b0bba2957e Tiva. Removed unnecessary include of test.mk in makefiles. 2015-04-16 21:41:36 +02:00
marcoveeneman 6ed850b0a5 Tiva. Fixed makefile for RT-TM4C1294-LAUNCHPAD-LWIP demo. 2015-04-16 21:16:10 +02:00
marcoveeneman 23c2cabf28 Tiva. Updated makefiles for Tiva demos and testhal. 2015-04-16 19:19:03 +02:00