git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4838 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-11-27 10:14:29 +00:00
parent 8a12a3fb34
commit 3880e7e178
12 changed files with 144 additions and 216 deletions

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560BCxx/hal_lld.c * @file SPC560BCxx/hal_lld.c

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560BCxx/hal_lld.h * @file SPC560BCxx/hal_lld.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560BCxx/spc560bc_registry.h * @file SPC560BCxx/spc560bc_registry.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560BCxx/typedefs.h * @file SPC560BCxx/typedefs.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560Pxx/hal_lld.c * @file SPC560Pxx/hal_lld.c

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560Pxx/hal_lld.h * @file SPC560Pxx/hal_lld.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560Pxx/spc560p_registry.h * @file SPC560Pxx/spc560p_registry.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC560Pxx/typedefs.h * @file SPC560Pxx/typedefs.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC5xx/serial_lld.c * @file SPC5xx/serial_lld.c

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC5xx/serial_lld.h * @file SPC5xx/serial_lld.h

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC5xx/SIU_v1/pal_lld.c * @file SPC5xx/SIU_v1/pal_lld.c

View File

@ -1,22 +1,16 @@
/* /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, * Licensed under ST Liberty SW License Agreement V2, (the "License");
2011,2012 Giovanni Di Sirio. * You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
This file is part of ChibiOS/RT. *
* http://www.st.com/software_license_agreement_liberty_v2
ChibiOS/RT is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Unless required by applicable law or agreed to in writing, software
the Free Software Foundation; either version 3 of the License, or * distributed under the License is distributed on an "AS IS" BASIS,
(at your option) any later version. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
ChibiOS/RT is distributed in the hope that it will be useful, * limitations under the License.
but WITHOUT ANY WARRANTY; without even the implied warranty of */
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** /**
* @file SPC5xx/SIU_v1//pal_lld.h * @file SPC5xx/SIU_v1//pal_lld.h