Commit graph

  • 9cd23e08a4 Fix performance regression in 3911a94cc Angus Gratton 2015-09-15 15:00:56 +1000
  • 8a088f73db unaligned_load: Fix sign extension, add test case for sign extension Angus Gratton 2015-09-15 12:00:06 +1000
  • 7d779389ab unaligned_load: Fix sign extension, add test case for sign extension Angus Gratton 2015-09-15 12:00:06 +1000
  • 5a9590cdff unaligned_load: Add doubleexceptionvector behaviour test Angus Gratton 2015-09-15 11:44:56 +1000
  • 7ebebf6d22 unaligned_load: Add doubleexceptionvector behaviour test Angus Gratton 2015-09-15 11:44:56 +1000
  • e4c76b488c Remove the unaligned load handler to its own source file as it was getting quite complex Angus Gratton 2015-09-15 11:22:59 +1000
  • c7a7dfdf82 Remove the unaligned load handler to its own source file as it was getting quite complex Angus Gratton 2015-09-15 11:22:59 +1000
  • c759a2af05 Remove one more branch from l8ui code path Angus Gratton 2015-09-15 07:37:38 +1000
  • 3911a94cc8 Remove one more branch from l8ui code path Angus Gratton 2015-09-15 07:37:38 +1000
  • 390e007c75 Fix sign extension as suggested by @foogod Angus Gratton 2015-09-14 18:30:11 +1000
  • 26e1ce325e Fix sign extension as suggested by @foogod Angus Gratton 2015-09-14 18:30:11 +1000
  • 44f2ba66e5 Exception vectors: Remove no-op syscallhandler Angus Gratton 2015-09-14 18:17:45 +1000
  • 259c9b643f Exception vectors: Remove no-op syscallhandler Angus Gratton 2015-09-14 18:17:45 +1000
  • d4e5af7f0b NMI exception handler: Fix reserving too much RAM for registers Angus Gratton 2015-09-14 17:43:29 +1000
  • 0e0c5d89b8 NMI exception handler: Fix reserving too much RAM for registers Angus Gratton 2015-09-14 17:43:29 +1000
  • 9ae2464258 Exception handlers: remove unused NMIHandlerAddress Angus Gratton 2015-09-14 17:22:50 +1000
  • 9c15b757d3 Exception handlers: remove unused NMIHandlerAddress Angus Gratton 2015-09-14 17:22:50 +1000
  • 6650369502 Use GPIO2 for led_debug.S Angus Gratton 2015-09-14 17:19:09 +1000
  • 0432ae3745 Use GPIO2 for led_debug.S Angus Gratton 2015-09-14 17:19:09 +1000
  • e347f296f3 Exception vectors: Rearrange to use absolute offets instead of .align hacks Angus Gratton 2015-09-10 21:35:18 +1000
  • 45d4e0da2d Exception vectors: Rearrange to use absolute offets instead of .align hacks Angus Gratton 2015-09-10 21:35:18 +1000
  • 1a4c829b1f Extended unaligned load support to work from DoubleExceptionVector Angus Gratton 2015-09-10 15:02:47 +1000
  • a5a179beef Extended unaligned load support to work from DoubleExceptionVector Angus Gratton 2015-09-10 15:02:47 +1000
  • 46111bad52 dhcpserver cleanup, add access_point example Angus Gratton 2015-09-10 08:15:33 +1000
  • 9fc223b3c2 dhcpserver: Add expiry, DHCPNAK packets Angus Gratton 2015-08-24 16:13:24 +1000
  • 4c98f575e7 dhcpserver: Initial DHCP server support, hands out leases but doesn't expire them Angus Gratton 2015-08-13 17:10:38 +1000
  • 8932afd7c7 Rename main.cpp in tasks example Angus Gratton 2015-09-12 16:28:11 +1000
  • 347f9d3a85 Rename main.cpp in tasks example Angus Gratton 2015-09-12 16:28:11 +1000
  • df8eaeec8c Merge branch 'feature/c++' Angus Gratton 2015-09-12 16:25:36 +1000
  • 8b90dbd9e5 Merge branch 'feature/c++' Angus Gratton 2015-09-12 16:25:36 +1000
  • f585ed8f46 Rename GPIO_CONF_PUSH_PULL to GPIO_CONF_OPEN_DRAIN Angus Gratton 2015-09-12 16:20:05 +1000
  • c45e84d61d Rename GPIO_CONF_PUSH_PULL to GPIO_CONF_OPEN_DRAIN Angus Gratton 2015-09-12 16:20:05 +1000
  • d5141b3077 iomux: Fix setting of invalid bits when masking in iomux fields Angus Gratton 2015-09-12 15:23:42 +1000
  • 91d897dbbe iomux: Fix setting of invalid bits when masking in iomux fields Angus Gratton 2015-09-12 15:23:42 +1000
  • 7cb8fd189e Fix printf format string changed in merge Angus Gratton 2015-09-10 21:10:49 +1000
  • 1aaef737df Fix printf format string changed in merge Angus Gratton 2015-09-10 21:10:49 +1000
  • a5266adb48 Merge branch 'master' into experiments/unaligned_load Angus Gratton 2015-09-10 08:19:42 +1000
  • ac0a947453 Merge branch 'master' into experiments/unaligned_load Angus Gratton 2015-09-10 08:19:42 +1000
  • c55cfd3b2e Merge branch 'fix/int32_t' Angus Gratton 2015-09-09 16:23:31 +1000
  • 1d7bfeeccd Merge branch 'fix/int32_t' Angus Gratton 2015-09-09 16:23:31 +1000
  • 0ee529b878 libc: More int32_t fixes to not expect 'long' Angus Gratton 2015-09-09 16:22:08 +1000
  • 6439aba2d9 libc: More int32_t fixes to not expect 'long' Angus Gratton 2015-09-09 16:22:08 +1000
  • 1464adb5a9 libc: Fix _default_types.h so uint_least8/16/32_t properly recognised by newlib Angus Gratton 2015-09-09 08:25:34 +1000
  • e6b862e0f7 libc: Fix _default_types.h so uint_least8/16/32_t properly recognised by newlib Angus Gratton 2015-09-09 08:25:34 +1000
  • 1df6fce030 Allow properly for out-of-tree components (was a hack before) Angus Gratton 2015-09-08 10:36:19 +1000
  • 421f8ddaa5 Allow properly for out-of-tree components (was a hack before) Angus Gratton 2015-09-08 10:36:19 +1000
  • 6fbfa766a7 Add link from common.mk components section to wiki page Angus Gratton 2015-09-08 10:36:03 +1000
  • 9f5bc3735e Add link from common.mk components section to wiki page Angus Gratton 2015-09-08 10:36:03 +1000
  • 1221e2117b Rework component makefiles to have a default <component>_ROOT Angus Gratton 2015-09-08 09:59:59 +1000
  • 7e73693898 Rework component makefiles to have a default <component>_ROOT Angus Gratton 2015-09-08 09:59:59 +1000
  • 89f44400a8 Update README with some recent developments Angus Gratton 2015-09-07 17:52:01 +1000
  • ed2c1ad713 Update README with some recent developments Angus Gratton 2015-09-07 17:52:01 +1000
  • e0a252b7b0 Add link to mailing list, and code of conduct from CoralineAda/contributor_covenant (thank you!) Angus Gratton 2015-09-07 17:04:14 +1000
  • 7de923ec8d Add link to mailing list, and code of conduct from CoralineAda/contributor_covenant (thank you!) Angus Gratton 2015-09-07 17:04:14 +1000
  • e61e84ca7d libc: Redefine int32_t/uint32_t as 'int' not 'long' Angus Gratton 2015-09-05 12:54:09 +1000
  • 7ed064a750 libc: Redefine int32_t/uint32_t as 'int' not 'long' Angus Gratton 2015-09-05 12:54:09 +1000
  • 5aa095298d libc syscalls: ENOSYS implementations for open,fstat,close,lseek Angus Gratton 2015-09-03 11:15:05 +1000
  • 920ee8bf85 libc syscalls: ENOSYS implementations for open,fstat,close,lseek Angus Gratton 2015-09-03 11:15:05 +1000
  • 006c73c7ba libc read()/write() syscalls - return EBADF if fd is not stdin/stdout as applicable Angus Gratton 2015-09-03 11:14:44 +1000
  • 568ebc0fdc libc read()/write() syscalls - return EBADF if fd is not stdin/stdout as applicable Angus Gratton 2015-09-03 11:14:44 +1000
  • 6f01afc956 Merge pull request #30 from Angus71/master Angus Gratton 2015-09-03 08:37:53 +1000
  • 7e30f48650 Merge pull request #30 from Angus71/master Angus Gratton 2015-09-03 08:37:53 +1000
  • b251427643 Added BMP180 and I2C driver and example Angus71 2015-08-25 14:45:48 +0200
  • fd1081a0cc Added BMP180 and I2C driver and example Angus71 2015-08-25 14:45:48 +0200
  • c19bb63286 Reorder library arguments so component libraries come first Angus Gratton 2015-08-31 16:56:16 +1000
  • 0090153fa7 Reorder library arguments so component libraries come first Angus Gratton 2015-08-31 16:56:16 +1000
  • 5baa048cbb app_main.c: load correct g_ic sector from flash Alex Stewart 2015-08-30 13:37:40 -0700
  • 19f01b2f72 app_main.c: load correct g_ic sector from flash Alex Stewart 2015-08-30 13:37:40 -0700
  • 1454e34496 Bug fix for dump_flash_config_sectors Alex Stewart 2015-08-30 12:11:08 -0700
  • 8b5e8b923e Bug fix for dump_flash_config_sectors Alex Stewart 2015-08-30 12:11:08 -0700
  • 3e138c800f More app_main.c fixups Alex Stewart 2015-08-28 17:45:38 -0700
  • a88f36d986 More app_main.c fixups Alex Stewart 2015-08-28 17:45:38 -0700
  • f6f57aa81c More app_main fixups from object code comparisons Alex Stewart 2015-08-26 13:19:53 -0700
  • a9eb3a38e3 More app_main fixups from object code comparisons Alex Stewart 2015-08-26 13:19:53 -0700
  • d55da0f09a Various app_main.c bug fixes Alex Stewart 2015-08-25 17:22:38 -0700
  • aa7f305e16 Various app_main.c bug fixes Alex Stewart 2015-08-25 17:22:38 -0700
  • beecdc844a Add 'sdklike' FLAVOR to makefile Alex Stewart 2015-08-25 17:21:51 -0700
  • c16dd2ef23 Add 'sdklike' FLAVOR to makefile Alex Stewart 2015-08-25 17:21:51 -0700
  • 06e455a59b Don't rename FreeRTOS hook symbols Alex Stewart 2015-08-25 09:41:49 -0700
  • 43a712572c Don't rename FreeRTOS hook symbols Alex Stewart 2015-08-25 09:41:49 -0700
  • ec8c3c134a Replace libmain:app_main.o with core/app_main.c Alex Stewart 2015-08-25 09:34:37 -0700
  • a044c061d5 Replace libmain:app_main.o with core/app_main.c Alex Stewart 2015-08-25 09:34:37 -0700
  • 1eb0e58997 Use fixed symbol rename list Alex Stewart 2015-08-25 09:31:02 -0700
  • 8b8f7c9de4 Use fixed symbol rename list Alex Stewart 2015-08-25 09:31:02 -0700
  • adf392ed06 Basic PWM implementation [WIP] Blipi 2015-08-28 22:24:14 +0200
  • 5bb832b7a6 Merge pull request #36 from foogod/ld_patch Angus Gratton 2015-08-28 10:00:19 +1000
  • 2fe1b7a00d Merge pull request #36 from foogod/ld_patch Angus Gratton 2015-08-28 10:00:19 +1000
  • 33f6add5e0 Fix linker script handling of irom/irom0 segments Alex Stewart 2015-08-27 13:54:30 -0700
  • c30f48c3b1 Fix linker script handling of irom/irom0 segments Alex Stewart 2015-08-27 13:54:30 -0700
  • c3beb4078f Merge 986c78f448 into bcc22bdfc5 Angus Gratton 2015-08-27 07:07:41 +0000
  • 986c78f448 Compile with -ffunction-sectons -fdata-sections, link with -gc-sections Angus Gratton 2015-08-27 16:47:38 +1000
  • 2ffce578cf Merge pull request #33 from foogod/uart_fix Angus Gratton 2015-08-27 15:56:17 +1000
  • bcc22bdfc5 Merge pull request #33 from foogod/uart_fix Angus Gratton 2015-08-27 15:56:17 +1000
  • 78be94744c Fix broken UART(i) definition Alex Stewart 2015-08-25 22:31:47 -0700
  • b0206d0ca6 Fix broken UART(i) definition Alex Stewart 2015-08-25 22:31:47 -0700
  • 180bda6276 Merge b1c7dd503b into cb5e67a871 Angus Gratton 2015-08-26 04:14:35 +0000
  • bf44bc61d1 Merge pull request #32 from foogod/regs_fixups0 Angus Gratton 2015-08-26 14:14:33 +1000
  • cb5e67a871 Merge pull request #32 from foogod/regs_fixups0 Angus Gratton 2015-08-26 14:14:33 +1000
  • 3e8c14cd15 Remove 'packed' attribute from all regs structs Alex Stewart 2015-08-25 17:13:13 -0700
  • da48a6b0df Remove 'packed' attribute from all regs structs Alex Stewart 2015-08-25 17:13:13 -0700