remove trailing whitespace and newlines
This commit is contained in:
parent
9fff3f5b90
commit
2525920426
@ -44,4 +44,3 @@ $(BINDIR)%.o: %.S
|
|||||||
# remove compilation products
|
# remove compilation products
|
||||||
clean::
|
clean::
|
||||||
$(AD)rm -f $(BINDIR)$(MODULE).a $(OBJ) $(DEP) $(ASMOBJ)
|
$(AD)rm -f $(BINDIR)$(MODULE).a $(OBJ) $(DEP) $(ASMOBJ)
|
||||||
|
|
||||||
|
|||||||
@ -197,4 +197,3 @@ void bl_init_ports(void)
|
|||||||
PINMODE4 |= (BIT23) | (BIT25) | (BIT27); // no resistors
|
PINMODE4 |= (BIT23) | (BIT25) | (BIT27); // no resistors
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -253,4 +253,3 @@ void cc1100_init_interrupts(void)
|
|||||||
// Enable external interrupt on low edge (for GDO0)
|
// Enable external interrupt on low edge (for GDO0)
|
||||||
FIO2DIR &= ~BIT6;
|
FIO2DIR &= ~BIT6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1331,5 +1331,3 @@ unsigned char SMB380_readGainTemp(uint16_t *gain)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -425,4 +425,3 @@ unsigned short acam_trx(const uint8_t data)
|
|||||||
SSP0_write(data, ACAMDMS);
|
SSP0_write(data, ACAMDMS);
|
||||||
return SSP0_read(ACAMDMS);
|
return SSP0_read(ACAMDMS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -115,4 +115,3 @@ unsigned short acam_trx(const uint8_t data);
|
|||||||
void SSP0Handler(void);
|
void SSP0Handler(void);
|
||||||
|
|
||||||
#endif /* __SSP_H__ */
|
#endif /* __SSP_H__ */
|
||||||
|
|
||||||
|
|||||||
@ -30,4 +30,3 @@ int putchar(int c)
|
|||||||
_putchar(c);
|
_putchar(c);
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -74,4 +74,3 @@ interrupt(USART1RX_VECTOR) usart0irq(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,4 +3,3 @@ ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
|||||||
USEMODULE += cc110x_spi
|
USEMODULE += cc110x_spi
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,3 @@ MODULE =$(BOARD)_base
|
|||||||
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -227,4 +227,3 @@ bl_uart_init(void)
|
|||||||
U0IER |= BIT0; // enable only RX irq
|
U0IER |= BIT0; // enable only RX irq
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -48,4 +48,3 @@ unsigned int benchmark_read_stop(void)
|
|||||||
T3TCR = 0; // disable timer
|
T3TCR = 0; // disable timer
|
||||||
return T3TC;
|
return T3TC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,3 @@ Added 2103 chip to chip list. ID numbers for 2101 and 2102 unknown
|
|||||||
Added support for other chips
|
Added support for other chips
|
||||||
Added soft boot code
|
Added soft boot code
|
||||||
Added user configurable crystal value (for baud sync protocol)
|
Added user configurable crystal value (for baud sync protocol)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.
|
|||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
The precise terms and conditions for copying, distribution and
|
||||||
modification follow.
|
modification follow.
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
|
|||||||
License. (Exception: if the Program itself is interactive but
|
License. (Exception: if the Program itself is interactive but
|
||||||
does not normally print such an announcement, your work based on
|
does not normally print such an announcement, your work based on
|
||||||
the Program is not required to print an announcement.)
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
These requirements apply to the modified work as a whole. If
|
||||||
identifiable sections of that work are not derived from the Program,
|
identifiable sections of that work are not derived from the Program,
|
||||||
and can be reasonably considered independent and separate works in
|
and can be reasonably considered independent and separate works in
|
||||||
@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
|
|||||||
access to copy the source code from the same place counts as
|
access to copy the source code from the same place counts as
|
||||||
distribution of the source code, even though third parties are not
|
distribution of the source code, even though third parties are not
|
||||||
compelled to copy the source along with the object code.
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
4. You may not copy, modify, sublicense, or distribute the Program
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
except as expressly provided under this License. Any attempt
|
except as expressly provided under this License. Any attempt
|
||||||
otherwise to copy, modify, sublicense or distribute the Program is
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
@ -225,7 +225,7 @@ impose that choice.
|
|||||||
|
|
||||||
This section is intended to make thoroughly clear what is believed to
|
This section is intended to make thoroughly clear what is believed to
|
||||||
be a consequence of the rest of this License.
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
8. If the distribution and/or use of the Program is restricted in
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
original copyright holder who places the Program under this License
|
original copyright holder who places the Program under this License
|
||||||
@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|||||||
POSSIBILITY OF SUCH DAMAGES.
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
Appendix: How to Apply These Terms to Your New Programs
|
Appendix: How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
|||||||
@ -140,5 +140,3 @@ of the following:
|
|||||||
|
|
||||||
If you get "Command not found" when trying to run "gtk-config", this
|
If you get "Command not found" when trying to run "gtk-config", this
|
||||||
is a sure sign that you do not have GTK+ 1.2 installed.
|
is a sure sign that you do not have GTK+ 1.2 installed.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -24,5 +24,3 @@ print C "const unsigned int ${ARGV[0]}[] = {\n";
|
|||||||
print C "\t", join(', ', @data), "\n";
|
print C "\t", join(', ', @data), "\n";
|
||||||
print C "};\n";
|
print C "};\n";
|
||||||
close C;
|
close C;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -44,4 +44,3 @@ for ($i=0; $i<@arg; $i++) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,3 @@ typedef struct {
|
|||||||
int size;
|
int size;
|
||||||
const int *prog;
|
const int *prog;
|
||||||
} boot_t;
|
} boot_t;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -28,5 +28,3 @@ const:
|
|||||||
.int 0xE01FC040 /* MEMMAP register */
|
.int 0xE01FC040 /* MEMMAP register */
|
||||||
.int 0xE01FC080 /* PLLCON */
|
.int 0xE01FC080 /* PLLCON */
|
||||||
.int 0xE01FC08C /* PLLFEED */
|
.int 0xE01FC08C /* PLLFEED */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,3 @@ begin:
|
|||||||
mov pc, #0 /* and then jump to the user's code */
|
mov pc, #0 /* and then jump to the user's code */
|
||||||
const:
|
const:
|
||||||
.int 0xE01FC040 /* MEMMAP register */
|
.int 0xE01FC040 /* MEMMAP register */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -153,4 +153,3 @@ char *lpc_return_strings[] = {
|
|||||||
"INVALID_CODE", "INVALID_BAUD_RATE", "INVALID_STOP_BIT",
|
"INVALID_CODE", "INVALID_BAUD_RATE", "INVALID_STOP_BIT",
|
||||||
"CODE_READ_PROTECTION_ENABLED"
|
"CODE_READ_PROTECTION_ENABLED"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -16,5 +16,3 @@ struct chip_info_struct {
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern struct chip_info_struct chip_info[];
|
extern struct chip_info_struct chip_info[];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -78,8 +78,3 @@ int main()
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,4 +5,3 @@ void hard_reset_to_bootloader(void);
|
|||||||
void hard_reset_to_user_code(void);
|
void hard_reset_to_user_code(void);
|
||||||
|
|
||||||
#endif // ..._H
|
#endif // ..._H
|
||||||
|
|
||||||
|
|||||||
@ -1189,5 +1189,3 @@ void download_rx_term(const unsigned char *buf, int num)
|
|||||||
// while we are in the middle of downloading. Maybe
|
// while we are in the middle of downloading. Maybe
|
||||||
// we should look for CTRL-C and abort??
|
// we should look for CTRL-C and abort??
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -302,14 +302,3 @@ void put_ihex_data(int addr, int len, const unsigned char *bytes)
|
|||||||
addr++;
|
addr++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,3 @@ extern int read_intel_hex(const char *filename);
|
|||||||
extern int bytes_within_range(int begin, int end);
|
extern int bytes_within_range(int begin, int end);
|
||||||
extern void get_ihex_data(int addr, int len, unsigned char *bytes);
|
extern void get_ihex_data(int addr, int len, unsigned char *bytes);
|
||||||
extern void put_ihex_data(int addr, int len, const unsigned char *bytes);
|
extern void put_ihex_data(int addr, int len, const unsigned char *bytes);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -100,4 +100,3 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
return programming_status;
|
return programming_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -177,5 +177,3 @@ int main(int argc, char **argv)
|
|||||||
close_serial_port();
|
close_serial_port();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -444,9 +444,3 @@ void set_dtr(int val)
|
|||||||
printf("Error %i while setting port io flags\n", errno);
|
printf("Error %i while setting port io flags\n", errno);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -206,4 +206,3 @@ void new_crystal_setting(const char *new_xtal)
|
|||||||
write_settings_file();
|
write_settings_file();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -118,6 +118,3 @@ static char uuchar(unsigned int val)
|
|||||||
|
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
extern void uuencode(char *str, const unsigned char *data, int num);
|
extern void uuencode(char *str, const unsigned char *data, int num);
|
||||||
extern int uudecode(const char *str, unsigned char *data, int max);
|
extern int uudecode(const char *str, unsigned char *data, int max);
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
export INCLUDES += -I$(RIOTBOARD)/msba2/include
|
export INCLUDES += -I$(RIOTBOARD)/msba2/include
|
||||||
|
|
||||||
include $(RIOTBOARD)/msba2-common/Makefile.include
|
include $(RIOTBOARD)/msba2-common/Makefile.include
|
||||||
|
|
||||||
|
|||||||
@ -3,4 +3,3 @@ ifneq (,$(findstring ltc4150,$(USEMODULE)))
|
|||||||
USEMODULE += hwtimer
|
USEMODULE += hwtimer
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@ -48,4 +48,3 @@ void _native_LED_RED_TOGGLE(void)
|
|||||||
{
|
{
|
||||||
printf("LED_RED_TOGGLE\n");
|
printf("LED_RED_TOGGLE\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
export INCLUDES += -I$(RIOTBOARD)/pttu/include
|
export INCLUDES += -I$(RIOTBOARD)/pttu/include
|
||||||
|
|
||||||
include $(RIOTBOARD)/msba2-common/Makefile.include
|
include $(RIOTBOARD)/msba2-common/Makefile.include
|
||||||
|
|
||||||
|
|||||||
@ -6,4 +6,3 @@ jtag_speed 100
|
|||||||
source [find interface/olimex-arm-usb-ocd.cfg]
|
source [find interface/olimex-arm-usb-ocd.cfg]
|
||||||
#source [find target/lpc2148.cfg]
|
#source [find target/lpc2148.cfg]
|
||||||
source lpc2378.cfg
|
source lpc2378.cfg
|
||||||
|
|
||||||
|
|||||||
@ -12,4 +12,3 @@ monitor debug_level 0
|
|||||||
break bootloader
|
break bootloader
|
||||||
continue
|
continue
|
||||||
d b 1
|
d b 1
|
||||||
|
|
||||||
|
|||||||
@ -183,4 +183,3 @@ void bl_uart_init(void)
|
|||||||
{
|
{
|
||||||
uart_init(UART1, BAUTRATE_UART1);
|
uart_init(UART1, BAUTRATE_UART1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,4 +28,3 @@
|
|||||||
typedef uint8_t radio_packet_length_t;
|
typedef uint8_t radio_packet_length_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -168,4 +168,3 @@ $ob -> close or die "Close failed: $!\n";
|
|||||||
ReadMode 0;
|
ReadMode 0;
|
||||||
undef $ob; # closes port AND frees memory in perl
|
undef $ob; # closes port AND frees memory in perl
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
USEMODULE += msp430_common
|
USEMODULE += msp430_common
|
||||||
|
|
||||||
|
|||||||
@ -115,4 +115,3 @@ interrupt(USART1RX_VECTOR) usart1irq(void)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,4 +22,3 @@ export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
|
|||||||
|
|
||||||
export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include
|
export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include
|
||||||
export OFLAGS = -O ihex
|
export OFLAGS = -O ihex
|
||||||
|
|
||||||
|
|||||||
@ -60,4 +60,3 @@ interrupt(USART0RX_VECTOR) usart0irq(void) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -69,4 +69,3 @@ number_of_bits_set(unsigned v)
|
|||||||
|
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -217,4 +217,3 @@ int hwtimer_remove(int n)
|
|||||||
hwtimer_arch_enable_interrupt();
|
hwtimer_arch_enable_interrupt();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -46,4 +46,3 @@ void clist_print(clist_node_t *clist);
|
|||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
#endif // __CLIST_H
|
#endif // __CLIST_H
|
||||||
|
|
||||||
|
|||||||
@ -84,4 +84,3 @@ void kernel_init(void)
|
|||||||
|
|
||||||
cpu_switch_context_exit();
|
cpu_switch_context_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,3 @@ MODULE =arm_common
|
|||||||
|
|
||||||
CFLAGS += $(CFLAGS_BASIC)
|
CFLAGS += $(CFLAGS_BASIC)
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
INCLUDES += -I$(MAKEBASE)/cpu/arm_common/include/
|
INCLUDES += -I$(MAKEBASE)/cpu/arm_common/include/
|
||||||
|
|
||||||
export UNDEF += $(BINDIR)syscalls.o
|
export UNDEF += $(BINDIR)syscalls.o
|
||||||
|
|
||||||
|
|||||||
@ -94,5 +94,3 @@ unsigned enableFIQ(void)
|
|||||||
__set_cpsr(_cpsr & ~FIQ_MASK);
|
__set_cpsr(_cpsr & ~FIQ_MASK);
|
||||||
return _cpsr;
|
return _cpsr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -15,4 +15,3 @@ atomic_set_return:
|
|||||||
MOV r0, r2
|
MOV r0, r2
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
.endfunc
|
.endfunc
|
||||||
|
|
||||||
|
|||||||
@ -174,4 +174,3 @@ switch_context_int:
|
|||||||
ldmfd sp!, {r0-r12}
|
ldmfd sp!, {r0-r12}
|
||||||
|
|
||||||
b ctx_switch2
|
b ctx_switch2
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
INCLUDES += -I$(MAKEBASE)/cpu/cc430/include/
|
INCLUDES += -I$(MAKEBASE)/cpu/cc430/include/
|
||||||
|
|
||||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||||
|
|
||||||
|
|||||||
@ -159,5 +159,3 @@ interrupt(ADC12_VECTOR) __attribute__((naked)) adc_isr(void)
|
|||||||
|
|
||||||
__exit_isr();
|
__exit_isr();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -241,4 +241,3 @@ interrupt(PORT2_VECTOR) __attribute__((naked)) port2_isr(void)
|
|||||||
P2IE = int_enable;
|
P2IE = int_enable;
|
||||||
__exit_isr();
|
__exit_isr();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,4 +23,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -4,4 +4,3 @@ include $(RIOTCPU)/arm_common/Makefile.include
|
|||||||
include $(RIOTCPU)/lpc_common/Makefile.include
|
include $(RIOTCPU)/lpc_common/Makefile.include
|
||||||
|
|
||||||
export USEMODULE += arm_common lpc_common
|
export USEMODULE += arm_common lpc_common
|
||||||
|
|
||||||
|
|||||||
@ -93,4 +93,3 @@ sb_align:
|
|||||||
BX LR
|
BX LR
|
||||||
|
|
||||||
.end
|
.end
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =gpioint
|
MODULE =gpioint
|
||||||
|
|
||||||
include $(MAKEBASE)/Makefile.base
|
include $(MAKEBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =i2c
|
MODULE =i2c
|
||||||
|
|
||||||
include $(MAKEBASE)/Makefile.base
|
include $(MAKEBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -327,4 +327,3 @@ void i2c_enable_pull_up_resistor(uint8_t i2c_interface);
|
|||||||
void i2c_disable_pull_up_resistor(uint8_t i2c_interface);
|
void i2c_disable_pull_up_resistor(uint8_t i2c_interface);
|
||||||
|
|
||||||
#endif /* end __I2C_H */
|
#endif /* end __I2C_H */
|
||||||
|
|
||||||
|
|||||||
@ -207,4 +207,3 @@
|
|||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif // __LPC2387_H
|
#endif // __LPC2387_H
|
||||||
|
|
||||||
|
|||||||
@ -1128,4 +1128,3 @@ with the spec. update in USB Device Section. */
|
|||||||
|
|
||||||
|
|
||||||
#endif // __LPC23xx_H
|
#endif // __LPC23xx_H
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =mci
|
MODULE =mci
|
||||||
|
|
||||||
include $(MAKEBASE)/Makefile.base
|
include $(MAKEBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =rtc
|
MODULE =rtc
|
||||||
|
|
||||||
include $(MAKEBASE)/Makefile.base
|
include $(MAKEBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -46,4 +46,3 @@ $_TARGETNAME configure -event reset-init {
|
|||||||
|
|
||||||
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
|
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
|
||||||
#flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765
|
#flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =lpc_common
|
MODULE =lpc_common
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
@ -15,4 +15,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -72,4 +72,3 @@ static inline void gpio_pad_dir_reset(volatile uint64_t data)
|
|||||||
GPIO->PAD_DIR_RESET0 = (data & 0xffffffff);
|
GPIO->PAD_DIR_RESET0 = (data & 0xffffffff);
|
||||||
GPIO->PAD_DIR_RESET1 = (data >> 32);
|
GPIO->PAD_DIR_RESET1 = (data >> 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -157,4 +157,3 @@ enum { _REP(0,0) };
|
|||||||
static volatile struct GPIO_struct * const GPIO = (void *) (0x80000000);
|
static volatile struct GPIO_struct * const GPIO = (void *) (0x80000000);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -9,4 +9,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
INCLUDES += -I$(MAKEBASE)/cpu/msp430-common/include/
|
INCLUDES += -I$(MAKEBASE)/cpu/msp430-common/include/
|
||||||
|
|
||||||
|
|||||||
@ -54,4 +54,3 @@ void restoreIRQ(unsigned int state)
|
|||||||
eINT();
|
eINT();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -121,4 +121,3 @@ inline void lpm_awake(void)
|
|||||||
/* the following two functions have no actual role to play MSP430s */
|
/* the following two functions have no actual role to play MSP430s */
|
||||||
inline void lpm_begin_awake(void) { }
|
inline void lpm_begin_awake(void) { }
|
||||||
inline void lpm_end_awake(void) { }
|
inline void lpm_end_awake(void) { }
|
||||||
|
|
||||||
|
|||||||
@ -175,4 +175,3 @@ splx_(int sr)
|
|||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
extern void board_init(void);
|
extern void board_init(void);
|
||||||
|
|
||||||
|
|||||||
@ -11,4 +11,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
INCLUDES += -I$(RIOTCPU)/msp430x16x/include/
|
INCLUDES += -I$(RIOTCPU)/msp430x16x/include/
|
||||||
|
|
||||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||||
|
|
||||||
|
|||||||
@ -23,4 +23,3 @@ $(BINDIR)%.o: %.c
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
export INCLUDES += -I$(RIOTCPU)/native/include
|
export INCLUDES += -I$(RIOTCPU)/native/include
|
||||||
|
|
||||||
|
|||||||
@ -8,4 +8,3 @@ $(BINDIR)%.o: %.c
|
|||||||
$(AD)$(CC) $(CFLAGS) $(filter-out $(EXCLUDES),$(INCLUDES)) $(BOARDINCLUDE) $(PROJECTINCLUDE) $(CPUINCLUDE) -c $*.c -o $(BINDIR)$*.o
|
$(AD)$(CC) $(CFLAGS) $(filter-out $(EXCLUDES),$(INCLUDES)) $(BOARDINCLUDE) $(PROJECTINCLUDE) $(CPUINCLUDE) -c $*.c -o $(BINDIR)$*.o
|
||||||
@$(CC) $(CFLAGS) $(INCLUDES) $(BOARDINCLUDE) $(PROJECTINCLUDE) $(CPUINCLUDE) -MM $*.c > $(BINDIR)$*.d
|
@$(CC) $(CFLAGS) $(INCLUDES) $(BOARDINCLUDE) $(PROJECTINCLUDE) $(CPUINCLUDE) -MM $*.c > $(BINDIR)$*.d
|
||||||
@printf "$(BINDIR)" | cat - $(BINDIR)$*.d > /tmp/riot_out && mv /tmp/riot_out $(BINDIR)$*.d
|
@printf "$(BINDIR)" | cat - $(BINDIR)$*.d > /tmp/riot_out && mv /tmp/riot_out $(BINDIR)$*.d
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
MODULE =rtc
|
MODULE =rtc
|
||||||
|
|
||||||
include $(MAKEBASE)/Makefile.base
|
include $(MAKEBASE)/Makefile.base
|
||||||
|
|
||||||
|
|||||||
2
dist/tools/goodfet/README.txt
vendored
2
dist/tools/goodfet/README.txt
vendored
@ -28,5 +28,3 @@ sudo make link
|
|||||||
# Load firmware, not yet building it locally.
|
# Load firmware, not yet building it locally.
|
||||||
goodfet.bsl --fromweb
|
goodfet.bsl --fromweb
|
||||||
goodfet.monitor test
|
goodfet.monitor test
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -6,4 +6,3 @@ void hard_reset_to_bootloader(void);
|
|||||||
void hard_reset_to_user_code(void);
|
void hard_reset_to_user_code(void);
|
||||||
|
|
||||||
#endif // ..._H
|
#endif // ..._H
|
||||||
|
|
||||||
|
|||||||
6
dist/tools/linux-border_router/serial.c
vendored
6
dist/tools/linux-border_router/serial.c
vendored
@ -425,9 +425,3 @@ void set_dtr(int val)
|
|||||||
printf("Error %i while setting port io flags\n", errno);
|
printf("Error %i while setting port io flags\n", errno);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -325,4 +325,3 @@ int border_initialize(char *if_name, const char *ip_addr, const char *tty_dev)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,4 +7,3 @@ export ROOT=${ROOT:-.}
|
|||||||
|
|
||||||
${ROOT}/tools/testsuite/svn_test_revision.sh ${REVISION}
|
${ROOT}/tools/testsuite/svn_test_revision.sh ${REVISION}
|
||||||
${ROOT}/tools/testsuite/generate_html.sh
|
${ROOT}/tools/testsuite/generate_html.sh
|
||||||
|
|
||||||
|
|||||||
2
dist/tools/testsuite/generate_html.sh
vendored
2
dist/tools/testsuite/generate_html.sh
vendored
@ -23,5 +23,3 @@ done
|
|||||||
|
|
||||||
cat ${HTMLDIR}/footer
|
cat ${HTMLDIR}/footer
|
||||||
} > ${OUTFILE}
|
} > ${OUTFILE}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
dist/tools/testsuite/html/header
vendored
1
dist/tools/testsuite/html/header
vendored
@ -3,4 +3,3 @@
|
|||||||
<title> Feuerwhere Build Bot results </title>
|
<title> Feuerwhere Build Bot results </title>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
2
dist/tools/testsuite/parse_buildlog.sh
vendored
2
dist/tools/testsuite/parse_buildlog.sh
vendored
@ -39,5 +39,3 @@ echo "<br> Failed builds/tests: <br>"
|
|||||||
grep '\[.* FAILED\]' ${LOG} | uniq | sed -e 's/$/<br>/'
|
grep '\[.* FAILED\]' ${LOG} | uniq | sed -e 's/$/<br>/'
|
||||||
fi
|
fi
|
||||||
} | tee ${1}.parsed
|
} | tee ${1}.parsed
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
dist/tools/testsuite/run_tests.sh
vendored
1
dist/tools/testsuite/run_tests.sh
vendored
@ -40,4 +40,3 @@ for i in projects/*; do
|
|||||||
} 2>&1
|
} 2>&1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
1
dist/tools/toolchains/build_gnuarm.sh
vendored
1
dist/tools/toolchains/build_gnuarm.sh
vendored
@ -183,4 +183,3 @@ mkdir -p ${GNUARM_BUILDDIR}
|
|||||||
cd ${GNUARM_BUILDDIR}
|
cd ${GNUARM_BUILDDIR}
|
||||||
|
|
||||||
$*
|
$*
|
||||||
|
|
||||||
|
|||||||
1
dist/tools/toolchains/build_gnuarm_naked.sh
vendored
1
dist/tools/toolchains/build_gnuarm_naked.sh
vendored
@ -160,4 +160,3 @@ mkdir -p ${GNUARM_BUILDDIR}
|
|||||||
cd ${GNUARM_BUILDDIR}
|
cd ${GNUARM_BUILDDIR}
|
||||||
|
|
||||||
$*
|
$*
|
||||||
|
|
||||||
|
|||||||
@ -8,4 +8,3 @@
|
|||||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@ -44,4 +44,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
# remove compilation products
|
# remove compilation products
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -9,4 +9,3 @@ include $(RIOTBASE)/Makefile.base
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
|
||||||
|
|
||||||
|
|||||||
@ -173,4 +173,3 @@ void at86rf231_swap_fcf_bytes(uint8_t *buf)
|
|||||||
buf[1] = buf[2];
|
buf[1] = buf[2];
|
||||||
buf[2] = tmp;
|
buf[2] = tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -73,4 +73,3 @@ void at86rf231_rx_handler(void)
|
|||||||
// Read IRQ to clear it
|
// Read IRQ to clear it
|
||||||
at86rf231_reg_read(AT86RF231_REG__IRQ_STATUS);
|
at86rf231_reg_read(AT86RF231_REG__IRQ_STATUS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user