Fixed bug 2700690.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@858 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
098780ea7b
commit
c5569d8fc9
|
@ -75,7 +75,7 @@ $(ASMOBJS) : %.o : %.s
|
|||
|
||||
clean:
|
||||
-rm -f $(OBJS)
|
||||
-rm -f $(ACSRC:.c=.lst) $(TCSRC:.c=.lst) $(ACPPSRC:.cpp=.lst) $(TCPPSRC:.cpp=.lst) $(ASMSRC:.s=.lst)
|
||||
-rm -f $(CSRC:.c=.lst) $(CPPSRC:.cpp=.lst) $(ASMSRC:.s=.lst)
|
||||
-rm -f $(PROJECT).elf $(PROJECT).dmp $(PROJECT).map $(PROJECT).hex $(PROJECT).bin
|
||||
-rm -fR .dep
|
||||
|
||||
|
|
|
@ -73,8 +73,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
|||
*****************************************************************************
|
||||
|
||||
*** 1.1.3unstable ***
|
||||
- FIX: Fixed makefile demo in STM32 demo, this bug was reported fixed in
|
||||
version 1.1.2 but it was still there (bug 2686451).
|
||||
- FIX: Fixed makefile in STM32 demo, this bug was reported fixed in
|
||||
version 1.1.2 but it was still there (bug 2686451).
|
||||
- FIX: Fixed makefile in MSP430 demo (bug 2700690).
|
||||
|
||||
*** 1.1.2unstable ***
|
||||
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and
|
||||
|
|
Loading…
Reference in New Issue