summaryrefslogtreecommitdiffstats
path: root/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: save and print exception contextHEADmasterBen Gras2016-06-203-23/+201
| | | | | | | | | | | | | | | | Debugging aid. Prints nice exception context info like: R0 = 0x00000000 R8 = 0x402fe8b0 R1 = 0x402ffd80 R9 = 0x40309b15 R2 = 0x00000800 R10 = 0x00000000 R3 = 0x402ffd40 R11 = 0x00000000 R4 = 0x402ffd40 R12 = 0x402fdd38 R5 = 0x402ffd80 SP = 0x40309694 R6 = 0x00000003 LR = 0x402fa348 R7 = 0x00000800 PC = 0x402f8614 VEC = 0x00000003 Data structures, definitions and code taken from RTEMS.
* FAT fs changes: FAT code and larger ROM sizeBen Gras2016-06-203-0/+2415
| | | | | | | | | | | | | | . add fatfs umon cli to it. unmodified from the umon 1.19 distribution, apache-licensed. . also add dosfs from the umon 1.19 distribution, which is similarly liberally licensed. . increase available 'ROM' size to 128kB minus 1kB secure + 18kB reserved (numbers from uboot wiki). . no unaligned access - needed to access fields in on-disk structs without gcc generating unaligned access instructions (causes data abort exceptions) . turn on shellvars for BBB as they are needed to connect FATFS to the SD i/o functions
* update to glib with clean indication of where the files (that I didn't ↵Ed Sutter2015-08-0517-246/+435
| | | | create) came from
* reset major/minor version number to 3.0Ed Sutter2015-08-041-118/+10
|
* tree cleanup using 'astyle --unpad-paren --align-pointer=name ↵Ed Sutter2015-08-03191-44146/+45677
| | | | --lineend=linux --add-brackets --convert-tabs --style=knf -A4 FILENAME'
* fix incorred verbose help textEd Sutter2015-08-031-1/+1
|
* fix warning caused by INCLUDE_TFS being unsetEd Sutter2015-08-031-3/+2
|
* BBB: Changes to support runtime blinking LED.Ed Sutter2015-07-131-0/+5
|
* eliminate need for libc by eliminating need to pull in ctype arrayEd Sutter2015-06-291-0/+59
|
* remove ctype_ptr variables in prep for non-libc buildEd Sutter2015-06-291-3/+0
|
* cleanup monargs warningEd Sutter2015-06-291-2/+4
|
* Fixed BASE variable in common.makeJarielle Catbagan2015-06-271-1/+1
| | | | | The BASE variable was changed from $(TOPDIR)/target -> $(TOPDIR) as the "target" directory's contents were moved to the $(TOPDIR).
* Removed execution mode file attribute from all ASCII text filesJarielle Catbagan2015-06-2725-0/+0
|
* Initial commit of the umon repository.Amar Takhar2015-04-16204-0/+67587
Prior to this three changes were made: * Remove umon_ prefix from parent directories. * Collapse main/target/ into main/ * Remove ports/template/flashtest.scr.ucon script.